lua-users home
lua-l archive

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


> 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?