SHOW

Synopsis
SHOW thing
(SHOW thing1 thing2 ...)
Description

Prints the input or inputs to the current write stream, just like PRINT, except that if an input is a list it is printed inside square brackets.

Example
SHOW [1 2 3]
[1 2 3]
PRINT [1 2 3]
1 2 3
See Also
PRINTDEPTHLIMIT
PRINTWIDTHLIMIT

SourceForge.net Logo