lua-users home
lua-l archive

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


Can anyone think of a good way to transfer logical expressions from lua to c.

expressions like

func() and func2() and (func3() or func4())