Comments

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