::method init
  USE LOCAL x y z

The variable list should be optional to specify that everything is an object
variable.

::method init
  use local       -- everything is an object variable. 
 
Slightly concerned about this ..  as one drops z then y all works as
expected.  Then drop x from the list, too, and a whole new world happens.
I'd expect the statement to be a no-op at that point.
 
Perhaps  
  
  USE ALL LOCAL
 
would be clearer and safer?
 
Mike 
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to