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