Extended 80-Column Text Card: Sample Program Error (11/96)

Article Change History: 14 November 1996


There is an error in the example program on Page 45 of the Extended 80-Column Text card manual.


The manual reads:

1000 PI = 3.14159265: P2 = PI 2
1010 SP = P2 9: REM
1020 EP = SP 5: REM
1030 DT = PI 15:REM

The arithmetic operands are missing.

The lines should read:

1000 PI = 3.14159265: P2 = PI * 2
1010 SP = P2/9: REM
1020 EP = SP/5: REM
1030 DT = PI/15: REM


Article Change History:
14 Nov 1996 - Reviewed for technical accuracy, revised formatting.
Published Date: Feb 19, 2012