ucblogo-code icon indicating copy to clipboard operation
ucblogo-code copied to clipboard

command output nothing to OUTPUT

Open jasonsikes opened this issue 4 years ago • 0 comments

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

jasonsikes avatar Aug 07 '20 06:08 jasonsikes