RosettaCodeData/Task/Comments/E/comments.e
2023-07-01 13:44:08 -04: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."]