RosettaCodeData/Task/Input-loop/OmniMark/input-loop-1.xom

7 lines
159 B
Text
Raw Permalink Normal View History

2024-10-16 18:07:41 -07:00
;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