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>
|
|
|
|
}
|
|
|
|
}
|