RosettaCodeData/Task/Comments/E/comments.e
Ingy döt Net 764da6cbbb CDE
2013-04-10 16:57:12 -07:00

6 lines
244 B
Text

# This is a regular comment.
? "This is an Updoc comment, which
> is an executable example or test case.".split(" ")
# value: ["This", "is", "an", "Updoc", "comment,", "which
# is", "an", "executable", "example", "or", "test", "case."]