use swab(), since we do not provide a swab2() implementation.
[AROS-Contrib.git] / regina / stdintest.rexx
blob9eb01edb1f601119b01794fce335eaef964fb74b
1 /* -- called by test.rexx -- */
2 DO i=1 while LINES()
3 PARSE LINEIN line
4 SAY i"..."line
5 END