pub fn absi(x: i64) -> i64
Returns the absolute value of int parameter x (i.e. positive value).
x
# a is 1 var a = absi(-1)