Comments
comment (;
)
; This is the comment text and will be ignored
comment (#
)
# Here is the comment text, â ï¸ Some compilers support it
Comments after a line (;
,#
) (not standard)
var = a ; this is an inline comment
foo = bar # this is another inline comment
Comments must appear alone on lines in some cases
Comments
Related