【发布时间】:2012-07-14 14:02:12
【问题描述】:
任何人都知道为什么 chibi-scheme 在尝试使用
赤壁循环up-from函数:
ERROR: car: not a pair: #<opcode cons>
ERROR in set-dk! on line 590 of file /usr/local/share/chibi/init-7.scm: cdr: not a pair: ()
我以如下方式使用语法:
(import (chibi loop))
>(up-from 0 (to 20) (by 2))
【问题讨论】:
-
您应该发布导致错误的代码
-
@ÓscarLópez..见我上面的编辑。希望我以正确的方式使用语法。
标签: error-handling scheme chibi-scheme