A newline character is also written after str.
Example: Rem Use the Print command To output BlitzMax strings To the Console window. End Rem Print "Hello World"
Rem Use the Print command To output BlitzMax strings To the Console window. End Rem Print "Hello World"
The optional prompt is displayed before input is returned.
Example: Rem Use the Input command To read user Input from the console To a BlitzMax String. End Rem name$=Input("What is your name") Print "Hello "+name
Rem Use the Input command To read user Input from the console To a BlitzMax String. End Rem name$=Input("What is your name") Print "Hello "+name