Determine sentence type: Difference between revisions

Content added Content deleted
(Added Algol 68)
(→‎{{header|ALGOL 68}}: Bug fix - doh!)
Line 36: Line 36:
BOOL pending neutral := FALSE;
BOOL pending neutral := FALSE;
FOR s pos FROM LWB s TO UPB s DO
FOR s pos FROM LWB s TO UPB s DO
IF pending neutral := TRUE;
IF pending neutral := FALSE;
CHAR c = s[ s pos ];
CHAR c = s[ s pos ];
c = "?"
c = "?"