Skip to main content
Version: v0.19.1

Comments

Comments start with // characters. All following content up to the end of the line is part of the comment.

// This is a comment
def (a)
// This is also a comment
a + a // And this
end