I don't know if it's intentional, but I like the task ('flob') syntax
better, in large part because it allows for different curly brace placement.

task flob (...) {

works, but

task flob (...)
{

doesn't work.  However,

task ('flob') {

and

task ('flob')
{

both work.

I would like the user's guide to show both usages if only for that reason.


On Sun, Jul 11, 2010 at 4:46 AM, Russel Winder <[email protected]> wrote:

> The syntax for a task is different in this chapter to any of the others:
>
>        task ( 'flob' , . . . ) . . .
>
> instead of:
>
>        task flob ( . . . ) . . .
>
> is it intentional for this to be the case?
>
>

-- 
John Murph
Automated Logic Research Team

Reply via email to