shout/tests/comments.shout

6 lines
75 B
Plaintext

$ echo hello # this is a comment
hello
$ echo "keep # this"
keep # this