write
..Root.console.write
Writes all arguments to the standard output.
Parameters: any number of variables of type Int
, String
, Boolean
, Double
or Basic
Return value: reference to this function
NativeCallable
, Callable
import("console");
console.write("abc");