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