command output nothing to OUTPUT
jasonsikes opened this issue · 0 comments
jasonsikes commented
In a procedure, a command that doesn't output to OUTPUT (an error) is misdiagnosed in the error text.
For example:
to six
output print 6
end
six
EXPECTED: ---------------------------------------------
6
print didn't output to output
OUTPUT: -----------------------------------------------
6
You don't say what to do with nothing