chookspeak/examples/main.chsp
Maxwell Jeffress 8c25a8be3e Initial commit
2024-12-13 11:01:20 +11:00

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>
}
}