input.bmx 173 B

12345678
  1. Rem
  2. Use the Input command to read user input from the console to a BlitzMax String.
  3. End Rem
  4. SuperStrict
  5. Local name:String = Input("What is your name")
  6. Print "Hello "+name