Jamie Balfour

Welcome to my personal website.

Find out more about me, my personal projects, reviews, courses and much more here.

Official ZPE/YASS documentationauto_input

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