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 6ca13fd commit eef751cCopy full SHA for eef751c
languages.json
@@ -4,6 +4,7 @@
4
"11l": "11L",
5
"4th": "4tH",
6
"8th": "8th",
7
+ "a58": "ALGOL 58 (IAL – Burroughs implementation)",
8
"a60": "Algol-60",
9
"a68": "Algol-68",
10
"act": "Action!",
solutions/punishment_a58.txt
@@ -0,0 +1,9 @@
1
+BEGIN
2
+FILE F (KIND=REMOTE);
3
+EBCDIC ARRAY M[0:41];
+REPLACE M BY "I WILL NOT THROW PAPER AIRPLANES IN CLASS.";
+FOR COUNT := 1 (1) 500;
+ WRITE(F, *, M);
+END;
+END.
0 commit comments