printString

printString(o,s) -- send the string s to the output file o.

The argument s may also be a sequence or list, in which case its elements are printed. If an integer is encountered, then it specifies a number of spaces to be printed. If a symbol or indeterminate is encountered, its name is printed. If null is encountered, nothing is printed.

Go to main index.

Go to concepts index.