~/lecture/soft401/lsp> cscheme Petite Chez Scheme Version 6.0a Copyright (c) 1998 Cadence Research Systems > (current-directory) "e:\\home\\inaba\\lecture\\soft401\\lsp" > (load "continuation-sample.scm") > (print-table '(1 2 3)) 1 1.4142135623730951 1.7320508075688772 (#<void> #<void> #<void>) > (print-table '(1 2 a 3)) 1 1.4142135623730951 "huh?" >