Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 deletions
|
|
@ -1,2 +1,11 @@
|
|||
less
|
||||
equal
|
||||
(display
|
||||
(case (* 2 3)
|
||||
((2 3 5 7) "prime")
|
||||
((1 4 6 8 9) "composite")))
|
||||
(newline)
|
||||
(display
|
||||
(case (car (list c d))
|
||||
((a e i o u) "vowel")
|
||||
((w y) "semivowel")
|
||||
(else "consonant")))
|
||||
(newline)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue