Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 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