I'm not clear as to why the following occurs:

> (+ 3 1)#t+
4
readline-input::183: read: bad syntax `#t+'

> (+ 3 1)#\t+
4
#\t
#<procedure:+>

Why doesn't it recognize that #t is a boolean value?
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to