[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua as Configuration Conditional Statement inside table definition
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 10 Nov 2010 09:42:27 -0200
> Then the anonymous function in the table constructor simply becomes
> cond('BIDIRECTIONAL_SUPPORTED',{3,"BiDirectional"})
>
> The 'quoting' of the condition is important, if you want this to work
> at _run-time_. Otherwise, the condition variable is evaluated at
> compile-time.
What?