Overview
Programmed Inquiry, Learning, or Teaching (PILOT) is a simple high-level programming language developed in the 1960s.
Like its younger sibling LOGO, it was an early foray into the technology of computer-assisted instruction.
PILOT is an imperative language similar in structure to BASIC and FORTRAN in its basic layout and structure. Its keywords are single characters, T for "type" to print text, or A for "accept", to input values from the user.
Its History
PILOT was developed by John Amsden Starkweather, a psychology professor at the University of California, San Francisco medical center. In 1962, he developed a simple language for automating learning tests called Computest. Starting in 1968, he developed a follow-on project called PILOT, for various computers of the time such as the SDS 940.
From Wikipedia (CC BY-SA 4.0).