lang/int.sh

Int related structs and functions.

Int()

An integer.

Int_dec()

Decrement value.

Int_eq()

Return true if equal to other.

Int_ge()

Return true if greater or equal to other.

Int_gt()

Return true if greater or equal to other.

Int_inc()

Increment value.

Int_le()

Return true if less than or equal to other.

Int_lt()

Return true if less than other.