【发布时间】:2011-01-13 16:42:59
【问题描述】:
例如,我想在下面的恐慌语句中打破长字符串:(panic "Truth-assignment length is longer than the number of propositions!")
我试过(panic "Truth-assignment length is longer than the number \of propositions!")
和(panic "Truth-assignment length is longer than the numberof propositions!")
他们都不起作用。谷歌搜索也没有发现任何东西。
【问题讨论】:
标签: scheme newline escaping line-breaks long-lines