Output {#if loading} Compiling... {:else if success === true} Berhasil {:else if success === false} Error {/if}
{#if loading}Mengompilasi dan menjalankan kode...{:else if error}{error}{:else if output}{output}{:else}Klik "Run" untuk menjalankan kode{/if}