1
0
mirror of https://github.com/retro-software/B5500-software.git synced 2026-03-04 02:04:53 +00:00

Correct minor spacing typo in SYMBOL/ALGOL.alg_m.

This commit is contained in:
Paul Kimpel
2012-12-15 16:21:36 +00:00
parent c05d97a450
commit 579111f4fb

View File

@@ -12211,7 +12211,7 @@ PROCEDURE DSS; 16362000
IF ELCLASS = LITV THEN 16381000
BEGIN 16382000
EMITC(ADDR,TRP); 16383000
IF STEPI!STRING AND ELCLASS!STRNGCON AND %111-16384000
IF STEPI ! STRING AND ELCLASS ! STRNGCON AND %111-16384000
ELCLASS ! LITNO AND ELCLASS ! NONLITNO THEN %111-16384100
BEGIN ERR(255);GO TO EXIT END; 16384500
IF ELCLASS = LITNO OR ELCLASS = NONLITNO THEN %111-16384700