beep
..Root.console.beep
Plays the sound of a beep (writes \a
to the standard output).
(\a
= 7 in ASCII encoding)
NativeCallable
, Callable
import("console");
while (true, {
if (console.read().==("beep"), {
console.beep();
console.writeLine(">_<");
});
});