Struct endbasic_core::bytecode::JumpIfBoolSpan
source · Expand description
Components of a conditional jump that depends on a boolean expression.
Fields§
§cond: ExprThe condition to check for falseness.
addr: AddressThe address to jump to.
error_msg: &'static strThe message to emit if the condition is not boolean.