Previous Topic: NL StatementNext Topic: ADD and COMPARE Statements


KEY Statement

The following KEY statement types the string "Hello USER1" on the terminal screen:

KEY 'Hello, &USERID'

Because this statement is contained in a loop that executes ten times, the statement needs to be specified only once.