aboutsummaryrefslogtreecommitdiff
path: root/challenge-143/conor-hoekstra/apl/ch-1.apl
blob: ec5e3506f0748f04aca5c73b2b0c7880038ad153 (plain)
1
2
3
4
5
solution   '×'@('*'=)

⍝ Tests
solution '10 + 20 - 5'       ⍝ 25
solution '(10 + 20 - 5) * 2' ⍝ 50