September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -0,0 +1,3 @@
|
|||
(if (eq s "Rosetta Code")
|
||||
"The well-known programming chrestomathy site"
|
||||
"Some other website, maybe, I dunno" )
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
(case s
|
||||
("Rosetta Code" "Ah yes, the chrestomathy site")
|
||||
("Stack Overflow" "Oh dear me, having problems are you?")
|
||||
("Github" "Say no more")
|
||||
(else "Sorry, never heard of it") )
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
(cond
|
||||
((eq s "Rosetta Code") "Chrestomathy site")
|
||||
((> n 37) "Some other appropriate value, presumably")
|
||||
(t "If you're seeing me, s wasn't equal to Rosetta Code and n must have been 37 or below") )
|
||||
Loading…
Add table
Add a link
Reference in a new issue