Sha256: 6f216c5400f59d6b72257f3d3a13f913f8bba729317a75886b119d20f4da9907

Contents?: true

Size: 333 Bytes

Versions: 16

Compression:

Stored size: 333 Bytes

Contents

.def alpha
   text = api.body.to_a.join(" ")
   words = text.split.sort
   words.each {|w| api.out "    #{w}" }
.end
Here is an alphabetized list:

.alpha
fishmonger anarchist aardvark glyph gryphon
halcyon zymurgy mataeotechny zootrope
pareidolia manicotti quark bellicose anamorphic
cytology fusillade ectomorph
.end


That's all.

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
livetext-0.9.49 test/snapshots/example_alpha/source.lt3
livetext-0.9.42 test/snapshots/example_alpha/source.lt3
livetext-0.9.41 test/snapshots/example_alpha/source.lt3
livetext-0.9.40 test/snapshots/example_alpha/source.lt3
livetext-0.9.39 test/snapshots/example_alpha/source.lt3
livetext-0.9.38 test/snapshots/example_alpha/source.lt3
livetext-0.9.37 test/snapshots/example_alpha/source.lt3
livetext-0.9.36 test/snapshots/example_alpha/source.lt3
livetext-0.9.35 test/snapshots/example_alpha/source.lt3
livetext-0.9.33 test/snapshots/example_alpha/source.lt3
livetext-0.9.32 test/snapshots/example_alpha/source.lt3
livetext-0.9.31 test/snapshots/example_alpha/source.lt3
livetext-0.9.30 test/snapshots/example_alpha/source.lt3
livetext-0.9.27 test/snapshots/example_alpha/source.lt3
livetext-0.9.26 test/snapshots/example_alpha/source.lt3
livetext-0.9.25 test/snapshots/example_alpha/source.lt3