logexp

Generate code for a logical expression. Input: e elem jcond bit 1 if true then goto jump address if e if false then goto jump address if !e 2 don't call save87() fltarg FLcode or FLblock, flavor of target if e evaluates to jcond targ either code or block pointer to destination

version(COMPILE)
extern (C++) nothrow @safe @trusted
void
logexp
(,,
int jcond
,
uint fltarg
,
code* targ
)
Suggestion Box / Bug Report