Groups
Groups
Sign in
Groups
Groups
Land of Lisp
Conversations
About
Send feedback
Help
(let ((char (read-char dialog-stream)))
39 views
Skip to first unread message
Santiago Carbonell
unread,
Aug 29, 2012, 4:08:59 AM
8/29/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to land-o...@googlegroups.com
In this construct:
(let ((char (read-char dialog-stream)))
...
char is a function or a variable?
Thanks
Andrew Vargo
unread,
Aug 29, 2012, 3:55:18 PM
8/29/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to land-o...@googlegroups.com
char is a variable scoped to the let.
(let (list of variable assignments)
do stuff
)
(let ((char (read-char dialog-stream))
(i 1)
(wallaby "fuzzy"))
; something about a single fuzzy wallaby with character)
Reply all
Reply to author
Forward
0 new messages