You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
input(string pre="", string post="\n") - Uses hyper-super-future-technology (_getch()) to get characters from the user, until Enter (Return) is pressed, compatible with Backspace
inputLong(string pre="", string post="\n") - Calls input(pre, post) and converts the output to a long
inputInt(string pre="", string post="\n") - Returns inputLong(pre, post), but the compiler SHOULD turn the value into an integer