chookspeak/examples/main.chsp
Maxwell Jeffress 09787d7113 Add JS sections
2024-12-13 13:14:46 +11:00

19 lines
344 B
Plaintext

// comment lmao
egg notepad
init {
sendMessage "Hello there!"
html {
<textarea id="dingus">
}
log "egg initialised"
js {
alert("this is an alert! i repeat - this is an alert!");
}
}
onRecieving egg * * {
messagehtml {
<div style="color: blue">we have successfully dingused</div>
}
}