Function endbasic_core::value::sub_integer
source ยท pub fn sub_integer(lhs: i32, rhs: i32) -> Result<i32>
Expand description
Performs an arithmetic subtraction of integers.
pub fn sub_integer(lhs: i32, rhs: i32) -> Result<i32>
Performs an arithmetic subtraction of integers.