Multiline comments (/* */) don't work correctly if placed on a single line
Although the help file is not precise about this,
versions.txt is. This is a quote from
versions.txt:
84.Can now use /* and */ to comment out multiple lines in an alias,
popup, or script. Each be used alone on a single line.
Speaking of the help file and comments, in this portion of the help file there is a typo.
You can add comments to your scripts by using the ; semi-colon at the start of a line, or /* and */ to enclose test.
Should read "text" instead of "test".