auto_input (string message) ⇒ mixed
Gets a user input from the command line and converts it the appropriate data type.
First available: Version 1.9.13
YASS
while (true) { print(type(auto_input("Please insert a value to get its type."))) }
Comments