You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ol
You see a prompt
> (define-syntax foo
(syntax-rules ()
((_ 1 2) (_ 2 1))
((_ 2 1) 32)))
foo
> (foo 1 2)
What is '_'?
Will have to check what the specs have to say about this. Will add if required
or unspecified.
Original issue reported on code.google.com by aohelin on 24 Jan 2012 at 9:57
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
aohelin
on 24 Jan 2012 at 9:57The text was updated successfully, but these errors were encountered: