20 Déc
2005
20 Déc
'05
17:44
At 14:18 Uhr -0800 20.12.2005, Mark H. Shirley wrote:
I've gotten it to compile and link with no errors, but when I run the executable, I get repeated errors like these:
(peek-char '#<input-output-port #2 (console)>) > *** ERROR -- Error code 11
a) syntax: what about (peek-char #2) ? b) would peek-char with an output port work? Maybe you rather wanted (peek-char (current-input-port)). Christian.