• Unique mini Fortran for this computer. Programming structure
terms are explained:
o LINE NUMBER, LINE, DIGIT, STEP, STATEMENT, SENTENCE
DIGITS: a single space designed to hold a character.
STEP: is a single character, or function consisting of
more than one character.
LINE #: line number in PRO mode.
STATEMENT: single entity on display separated by a -,-
SENTENCE: the complete line composing of steps
and statements.
LINE: LINE number and sentence.
DIGITS: there are 31 digits.
00; A + B => C , SIN C + SIN B => D , DSP “ D = ”, HLT
STEPS: there are 21 step this sentence
00; A + B => C , SIN C + SIN B => D , DSP “ D = ” , HLT
LINE #: the line number is 00;
00; A + B => C , SIN C + SIN B => D , DSP “ D = ”, HLT
STATEMENTS: there are 4 statements.
00; A + B => C , SIN C + SIN B => D , DSP “ D = ” , HLT
SENTENCE: this is a sentence.
00; A + B => C , SIN C + SIN B => D , DSP “ D = ”, HLT
LINE:
00; A + B => C , SIN C + SIN B => D , DSP “ D = ”, HLT