Method Arguments ...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Method Arguments ...

James Ladd
Method arguments are now able to be referenced.
Check out st.redline.HelloWorld as an example.

Storing to a method argument is not allowed, and you will get a
compile time exception.

Note: I'll move me work on cascades into the mainline next.
Reply | Threaded
Open this post in threaded view
|

Re: Method Arguments ...

SeanTAllen
I love watching all the stuff we dropped when we started the grammar over start to come back to life.

On Sunday, September 11, 2011 at 1:15 AM, jamesl wrote:

Method arguments are now able to be referenced.
Check out st.redline.HelloWorld as an example.

Storing to a method argument is not allowed, and you will get a
compile time exception.

Note: I'll move me work on cascades into the mainline next.