print

Purpose

OBSOLETE.  Print the literal string to standard output.

Syntax

print(string)

string - type: str

Returns

Remarks

Old-style.  Use NLP++ syntax such as

"output.txt" << "string...\n";

Example

See Also

printr, prlit, prrange, startout, stopout, CODE Actions, POST Actions