6 lines
294 B
Scheme
6 lines
294 B
Scheme
(import fmt)
|
|
(import fmt-color)
|
|
|
|
(fmt #t (dsp (wrap-lines "The fairy soldiers wore uniforms patterned in " (fmt-bold (fmt-green "green")) " and " (fmt-bold (fmt-red "red")) " checkerboard patterns and carried large halberds inlaid with " (fmt-bold "silver") " and " (fmt-yellow "gold") ".")))
|
|
|