To use this website fully, you first need to accept the use of cookies. By agreeing to the use of cookies you consent to the use of functional cookies. For more information read this page.

Official ZPE/YASS documentationauto_input

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
Code previewClose
Feedback 👍
Comments are sent via email to me.