pub fn dispatch_code( ctx: &mut CommandContext, code: OpCode, args: &[Value], ) -> Result<bool>
Dispatch a numeric form operation.
Returns true if the code was recognized and handled.