On 3/24/23 18:11, enz...@gmx.com wrote:
a ⍝ should be a comment for all that follows it - the parsing should not arbritarily decide what follows is executed is ⍝ '1' executed?
No. If you enter in ⍝ immediate executionmode, then yes - nothing happens. However, if you enter ⍝ in function definition mode - like you do in your examples. then the line (including the ⍝) becomes a function line.