RosettaCodeData/Task/Input-loop/OmniMark/input-loop-1.xom
2024-10-16 18:07:41 -07:00

6 lines
159 B
Text

;command line: omnimark -sb Input-loop.xom text.txt
process
repeat scan file #args
match any-text+ => line white-space
output '%x(line)%n'
again