RosettaCodeData/Task/Word-wrap/PicoLisp/word-wrap.l

7 lines
169 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
: (prinl (wrap 12 (chop "The quick brown fox jumps over the lazy dog")))
The quick
brown fox
jumps over
the lazy dog
-> "The quick^Jbrown fox^Jjumps over^Jthe lazy dog"