Initial commit

This commit is contained in:
Maxwell Jeffress
2024-12-13 11:01:20 +11:00
commit 8c25a8be3e
5 changed files with 182 additions and 0 deletions

16
examples/main.chsp Normal file
View File

@@ -0,0 +1,16 @@
// 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>
}
}