Number Sign (#)

#: Comment

→full documentation

Create a comment that extends to the end of the line.

Anything written in comments is ignored.

↗️
    1 + 2 # + 3 + 4
3

    "Hello world!" # this is ignored!
"Hello world!"