Add JS sections

This commit is contained in:
Maxwell Jeffress
2024-12-13 13:14:46 +11:00
parent d09f419c0f
commit 09787d7113
3 changed files with 16 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
// comment lmao
/* a confusing comment */
egg notepad
init {
sendMessage "Hello there!"
@@ -7,6 +6,9 @@ init {
<textarea id="dingus">
}
log "egg initialised"
js {
alert("this is an alert! i repeat - this is an alert!");
}
}
onRecieving egg * * {