The following creates invalid output:
if ('score X Y matches 1') {
# Commentsayhi
}The output is:
executeifscoreXYmatches1run# CommentexecuteifscoreXYmatches1runsay hi
Slash comments (//) must be used instead.
What should happen is that the hash comment is just placed before the following command, like:
# CommentexecuteifscoreXYmatches1runsay hi
The following creates invalid output:
The output is:
Slash comments (
//) must be used instead.What should happen is that the hash comment is just placed before the following command, like: