tcl.print-error
Prints error message from stacked data statements.
Syntax
execute 'print-error'
Description
prints an error message from stacked data statements.
The 'print-error' command is like the 'print-err' command, with the difference that this verb, when executed from Pick/BASIC allows 'stacked' data statements.
Example
data '100'
data 'black'
data 'white'
execute 'print-error'
This program displays:
[100] 'black ' is not 'white'.
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
