kekkonen/test-fmt.scm
whiteline 4baee01dc6 nyaa
2022-10-11 23:18:30 +02:00

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") ".")))