playground/apl/hello2.apl

26 lines
158 B
APL

⍝ Used gnuapl
⍝ 10 ⌈ 20
⍝ 20
⍝ 1 2 3 ⌈ 4 5
⍝ LENGTH ERROR
⍝ 1 2 3⌈4 5
⍝ ^ ^
1 20 3 4 5 10
4 20 10
)OFF