RosettaCodeData/Task/Conditional-structures/Bracmat/conditional-structures-2.bracmat
2023-07-01 13:44:08 -04: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."
)