lua-users home
lua-l archive

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


Philip Plumlee wrote:
Luists:

Ogle this awesome snip of C++:

       #define TRACE_(x) cout << #x ": " << x << endl

can't help with the Lua translation, but i'd suggest using (x) instead
of the bare x, or you might run into operator precedence problems:

TRACE_( (flags & 1) ? "yep" : "nope");

-step

--
DI Stephan Mantler
VRVis center for virtual reality and visualization
e-mail: step@vrvis.at    web: http://www.vrvis.at/