
#source
    
    func(true, false);

#bytecode
    
    PUSHFLS;
    PUSHTRU;
    PUSHVAR "func";
    CALL 2, 1;
    POP 1;
    RETURN 0;