2009-03-16から1日間の記事一覧

test/dynwind.scm

タイトルがどんどん変わります。とほほです。

test/dynwind.scm (2)

なんだこれは。こんな試験がある。 ;; continuation with multiple values (test* "call/cc (values)" '(1 2 3) (receive x (call-with-current-continuation (lambda (c) (c 1 2 3))) x))