chookspeak/examples/main.chsp
2024-12-14 20:31:56 +11:00

20 lines
386 B
Plaintext

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!");
}
val dingus = "dongusify"
var dongus = "dingusify"
}
onRecieving egg * * {
messagehtml {
<div style="color: blue">we have successfully dingused</div>
}
}