5 lines
115 B
Text
5 lines
115 B
Text
x := 4: x; # Everything on this line, after this, is a comment.
|
|
|
|
17; (* This
|
|
is
|
|
a multiline comment *) 23.4;
|