lout-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Another likely noobish question re. named parameters


From: Valeriy E. Ushakov
Subject: Re: Another likely noobish question re. named parameters
Date: Tue, 5 Jun 2012 02:36:00 +0400
User-agent: Mutt/1.4.2.3i

On Mon, Jun 04, 2012 at 13:59:27 -0700, Michael Koehmstedt wrote:

> I'm getting an error from even the simplest definition that has a named
> parameter. Test program:
> 
> @SysInclude { doc }
> 
> def @Blah
>   left x
>   right y
>   named @Hiya {}
> {y}
> 
> @Doc @Text @Begin
> @End @Text
> 
> Giving me an error 6,3: fatal error: opening left brace or @Begin of @Blah
> expected.
> 
> What am I doing wrong this time?

Parameter should be declared in left/named/right order.

Hmm, this doesn't seem to be actually documented anywhere. :)

-uwe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]