[CM] stroke and grace
Bill Schottstaedt
bil at ccrma.Stanford.EDU
Sun Oct 25 08:20:17 PDT 2009
> "error: end of input encountered while in a string: ... (load "c:\ paint.scm")...
Perhaps you meant two backslashes? "c:\\paint.scm". As it is
above, it looks like a quoted space or something -- I can imagine
trouble in this vicinity. (In Scheme, to get a backslash into a
string constant, you have to quote it via backslash: "\\" is one
backslash).
:(string-length "\\")
1
More information about the Cmdist
mailing list