Easypt

write

..Root.console.write

Writes all arguments to the standard output.

Child of:

console

Signatures:

NativeCallable, Callable

Example:

import("console");

console.write("abc");