RosettaCodeData/Task/Word-wrap/AppleScript/word-wrap-2.applescript

10 lines
351 B
AppleScript

"If there is a way to do this that is built-in, trivial, or provided
in a standard library, show that. Otherwise implement the minimum
length greedy algorithm from Wikipedia.
If there is a way to do this that is
built-in, trivial, or provided in a
standard library, show that. Otherwise
implement the minimum length greedy
algorithm from Wikipedia."