language-dickinson-0.1.0.0: test/data/quoteify.dck
%-
(:def quote
(:lambda qu text
(:lambda name text
"${qu}\n — ${name}")))
(:def main
(:oneof
(| ($ $ quote "God created war so that Americans would learn geography." "Mark Twain"))))