Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.9
-
Fix Version/s: 0.10
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
we can use call() instead or in addition to << in a number of places (e.g. actors, agents).
It nicely fits into the notion of message passing to an object by just calling the object
with a message.
See also: http://groovyconsole.appspot.com/script/116001
myActor(msg)
myActor msg
mySafe
{ println it }