ucblogo-code
ucblogo-code copied to clipboard
command output nothing to OUTPUT
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