writeLine..Root.console.writeLineWrites all arguments to the standard output followed by newline sequence.
Parameters: any number of variables of type Int, String, Boolean, Double or Basic
Return value: reference to this function
NativeCallable, Callable
import("console");
while (true, {
if (console.read().==("beep"), {
console.beep();
console.writeLine(">_<");
});
});