September Morn Update
This commit is contained in:
parent
4e2d22a71d
commit
aac6731f2c
6856 changed files with 141342 additions and 21127 deletions
|
|
@ -4,8 +4,8 @@
|
|||
(for (I . Item) Items
|
||||
(prinl I ": " Item) )
|
||||
(prin Prompt " ")
|
||||
(flush)
|
||||
(NIL (setq N (in NIL (read))))
|
||||
(T (>= (length Items) N 1) (get Items N)) ) ) )
|
||||
|
||||
(T (>= (length Items) N 1) (prinl (get Items N))) ) ) )
|
||||
(choose "Which is from the three pigs?"
|
||||
'("fee fie" "huff and puff" "mirror mirror" "tick tock") )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue