Print

Name

Print -- Prints a value to the console

Synopsis

Print[x->T*] =: T 
Print[x->NLIST(T*)] =: NLIST(T) 

Description

Print prints x at the console. When relevant, the output is formatted according to the current settings determined by the Format commands. Returns x.

Short form

<< x

See also

ListFormat, Write.