Jan
06
2010
Syntax Change to Action Labels
We will release a syntax change to action labels to accommodate a reuse of the : as a namespace separator for actions. The old action label syntax looked like this:
foo: notify("Hello", "A Note to say hello")
The new syntax uses => like so:
foo => notify("Hello", "A Note to say hello")
We don't believe that action labels have found widespread use based on a review of the log files and consequently will release this syntax change tomorrow (Jan 7).




