RosettaCodeData/Task/Character-codes/ALGOL-68/character-codes-2.alg

5 lines
147 B
Text
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
FILE tape;
INT errno = open(tape, "/dev/tape1", stand out channel)
make conv(tape, ebcdic conv);
FOR record DO getf(tape, ( ~ )) OD; ~ # etc ... #