RosettaCodeData/Task/Conditional-structures/Bracmat/conditional-structures-2.bracmat
Ingy döt Net 764da6cbbb CDE
2013-04-10 16:57:12 -07:00

8 lines
214 B
Text

2+2
: ( (<3|>5)
& put$"Not quite, must check that Bracmat interpreter."
| (3|5)
& put$"Not far off, but must check that Bracmat interpreter some day."
| ?
& put$"That's what I thought."
)