RosettaCodeData/Task/Conditional-structures/Bracmat/conditional-structures-2.bracmat

9 lines
214 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
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."
)