[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: transferring logical expression from lua to c
- From: Oskar Forsslund <matrixsmurfen@...>
- Date: Wed, 19 Oct 2011 14:21:16 +0200
Can anyone think of a good way to transfer logical expressions from lua to c.
expressions like
func() and func2() and (func3() or func4())