input.bmx 146 B

123456
  1. Rem
  2. Use the Input command to read user input from the console to a BlitzMax String.
  3. End Rem
  4. name$=Input("What is your name")
  5. print "Hello "+name