17 lines
288 B
Plaintext
17 lines
288 B
Plaintext
|
// comment lmao
|
||
|
/* a confusing comment */
|
||
|
egg notepad
|
||
|
init {
|
||
|
sendMessage "Hello there!"
|
||
|
html {
|
||
|
<textarea id="dingus">
|
||
|
}
|
||
|
log "egg initialised"
|
||
|
}
|
||
|
|
||
|
onRecieving egg, *, * {
|
||
|
messagehtml {
|
||
|
<div style="color: blue">we have successfully dingused</div>
|
||
|
}
|
||
|
}
|