Pilot

From Ninerpedia
Revision as of 10:40, 15 October 2014 by Stephen Shaw (talk | contribs) (Brief new article covering the language PILOT)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

PILOT was a textual programming language intended to make textual interaction easier.

For the TI99/4a-

Stephen Shaw produced an Extended Basic version of Pilot which seems to have been lost. Some documentation was published in the Sydney User Grouo News Digest.

PILOT 99 was a different version in machine code which loaded with Editor Assembler

A sample of PILOT 99:

IT:
R: Clear 32 col screen. Cursor to top left 
LP: 24 
R: LOOP 24 times 
TH: :42:
R: Type and Hang 
EL:
R: end loop 
E:
(the END statement E: is essential!)

All we have done is fill a screen with asterisks!

PILOT 99 commands have one or two letters followed by a colon. which is sometimes followed by statement data. The Pilot word may also have a modifier.