chookspeak/examples/main.chsp

17 lines
286 B
Plaintext
Raw Normal View History

2024-12-13 11:01:20 +11:00
// comment lmao
/* a confusing comment */
egg notepad
init {
sendMessage "Hello there!"
html {
<textarea id="dingus">
}
log "egg initialised"
}
2024-12-13 11:30:47 +11:00
onRecieving egg * * {
2024-12-13 11:01:20 +11:00
messagehtml {
<div style="color: blue">we have successfully dingused</div>
}
}