RosettaCodeData/Task/Comments/Maple/comments.maple

6 lines
115 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
x := 4: x; # Everything on this line, after this, is a comment.
17; (* This
is
a multiline comment *) 23.4;