Skip to main content

dispatch_code

Function dispatch_code 

Source
pub fn dispatch_code(
    ctx: &mut CommandContext,
    code: OpCode,
    args: &[Value],
) -> Result<bool>
Expand description

Dispatch a numeric form operation.

Returns true if the code was recognized and handled.