Comments
⚠️ CodeSpeak is in Alpha Preview: many things are rough around the edges. Please use at your own risk and report any issues to our Discord. Thank you!
At this point, CodeSpeak doesn't define many strict syntactic rules. The only constructs it recognizes are comments.
Single-line comments
// This is a single-line comment
// It has to start at the beginning of a line
http://foo.bar <--- not a comment
Multi-line comments
<!-- this is
a multiline
comment -->