read
..Root.console.read
Reads the characters from the standard input until first whitespace is encountered.
String
NativeCallable
, Callable
import("console");
while (true, {
if (console.read().==("beep"), {
console.beep();
console.writeLine(">_<");
});
});