We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7afa5da commit 889139cCopy full SHA for 889139c
2 files changed
archive/a/algol60/even-odd.alg
@@ -49,7 +49,7 @@ begin
49
s := 1;
50
51
comment Ignore whitespace;
52
- for ch := indigit while ch = 12 do indigit;
+ for ch := indigit while ch = 12 do;
53
54
comment Process signs: ignore "+" and invert sign if "-";
55
signloop:
archive/a/algol60/prime-number.alg
0 commit comments