Strip comments from a string: Difference between revisions

m
(easylang)
Line 801:
.
print strip "Regular string" & "."
print strip "With a hash# a comment" & "."
print strip "With a hash # a comment" & "."
print strip "With a semicolon test ; a comment" & "."
print strip "No comment " & "."
</syntaxhighlight>
2,083

edits