1 2 3 4 5 6 7 8 9 10
// This is a comment #let symbol_after_comment = 0 // This is a group // of line comments #let symbol_after_line_comments = 1 /* This is a * block comment */ #let symbol_after_block_comment = 2