Print out

Purpose: Print data out.

 print-out ( ( <string> [ length <length> ] [ url-encode | web-encode ] [ new-line ] )
           | <number> new-line
           | source-file [ new-line ]
           | source-line [ new-line ] ) , ...

print-out outputs various kinds of data:
List of expressions
You can specify a list of expressions separated by a comma to print them out in the order specified, with the end result the same as if they were separate print-outs, for instance:
 print-out str new-line, num, " some string ", str1 web-encode new-line

In this case, you'll be outputting string "str", number "num", a string constant " some string ", and a web-encoded string "str1". There are no whitespaces between each item output.


Copyright (c) 2019-2025 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.