Skip to content

In and Output Functions

Julius Paffrath edited this page Sep 11, 2018 · 1 revision

print(VAR1:VAR2...)

Prints the given variables to stdout without adding a newline. Returns TRUE on success otherwise FALSE.

printLine(VAR1:VAR2...)

Prints the given variables to stdout with adding a newline. Returns TRUE on success otherwise FALSE.

read()

Reads a line from stdin and returns it as a string.