beep..Root.console.beepPlays 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(">_<");
});
});