>
> what is the difference between ::constant pi and pi
>
Hi P.O.,
the difference is scope. ::constant pi is available to all methods of the
class where it is declared, whereas pi is only available to the code within
the method which defines it.

>
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to