Problem with ⎕fi and ¨ “each”
This is in APL+Win:
⍴n←'123 one' '34 two' '219 3' '3 23 four'
4
↑¨⎕fi¨n
123 34 219 3
In Visual APL Cielo Explorer the last step give you :
Input string was not in a correct format., source: <string>, startLine: 1, startColumn: 0, lineText: 3 23 22kdk