chookspeak/examples/main.chsp
Maxwell Jeffress d09f419c0f Add README
2024-12-13 11:30:47 +11:00

17 lines
286 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>
}
}