The language statement conception

The statement is a functional unit of the language. The statement formats are defined uniquely by the set of the available linguistic constructions and definition methods. The examples of the statement on the postprocessor language are:

PRINT “symbol” ! prints the literal string “symbol”

JUMP 1 ! jumps to the label 1

The operators of the language can contain the identifiers, numbers, literal strings and auxiliary symbols.