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