6 lines
244 B
Text
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."]
|