with 5.0.0 (build from March 28th) I made the old rooky mistake of using
the call keyword before a function call with parenthesis.

   call myFunction(a,b,c)

and was surprised that within the function

use arg a, b, c

set the variable a to an array [a,b,c].

I'm not sure if this counts as a bug, as obviously the call syntax is
illegal, but I was nonetheless surprised that
a) it still called the function
b) The arguments were wrapped into an array despite this being a function
call.

It's possible that this has been flagged before - I haven't been following
that closely, in which case apologies.

Jon
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to