5 lines
112 B
Text
5 lines
112 B
Text
iftwo("p","q") <"both","justp","justq","neither"> =
|
|
|
|
"p"?(
|
|
"q"?("both","justp"),
|
|
"q"?("justq","neither"))
|