RosettaCodeData/Task/Character-codes/ALGOL-68/character-codes-2.alg
2023-07-01 13:44:08 -04:00

4 lines
147 B
Text

FILE tape;
INT errno = open(tape, "/dev/tape1", stand out channel)
make conv(tape, ebcdic conv);
FOR record DO getf(tape, ( ~ )) OD; ~ # etc ... #