Skip to content
Craig Edwards edited this page Apr 28, 2023 · 4 revisions

INPUT

INPUT variable

Pause the program waiting for user input, which will be echoed to the terminal. The input will then be placed in a variable. String, integer and real variables are accepted. Invalid input (e.g. text when expecting a number) will cause the input value to be zero.

Clone this wiki locally