PILOT

PILOT (Programmed Inquiry, Or Language Teaching) was developed in 1962 at IBM. PILOT is an IEEE standard programming language under the name IEEE Std 1154-1991, which was used in the field of Computer Assisted Instruction.

Syntax

A line driver containing program text from left to right, the following elements:

  • (optional): a label
  • Specifying a command ( one letter )
  • (optional) a Y for yes or N for no
  • (optional): The specification of a condition in brackets
  • A colon ( ":")
  • One or more operands.

A jump label starts with an asterisk followed by letters and numbers.

650621
de