INPUT Statement

Previous  Next

 

INPUT arg1

 


 

Inputs number or string from the standard input stream

 

Example:

 

DIM age AS INTEGER

PRINT "How old is Kalle ? ";

INPUT age

IF age > 50 THEN

  PRINT "He's dead ?",

ENDIF