
#source

    if true:
        {}
    else
        {}

#bytecode
    
    PUSHTRU;
    JUMPIFNOTANDPOP end;

    JUMP end; 
    
end:
    EXIT;