Pritesh Bodalia
2004-06-29 20:52:46 UTC
In regards to procedure calls, is this valid:
foo();
or does it have to be preceded by the eval keyword, like below:
eval foo();
or are both valid?
This is in reference to the total.sl example in the SL Specs calling
main2(size);
foo();
or does it have to be preceded by the eval keyword, like below:
eval foo();
or are both valid?
This is in reference to the total.sl example in the SL Specs calling
main2(size);