| I was scanning the code examples in the tutorial document, and confused by this initially: arc> ("foo" 0)
#\f I was reading #\f as #f, for false, as perhaps Arc's way of saying "Using a string as a function doesn't make sense". Of course, I then recalled Common Lisp's use of #\ to denote character. But changing "foo" to "bar" would clear this up. |