Constant LIBRARIES

Source
pub const LIBRARIES: [Library; 5];
Expand description

Array of all the libraries that are included in the compiler.

§List of Libraries

§sum

Adds two numbers together.

§x2

Duplicates a number.

§mod

Calculates the modulo of two numbers.

§div2

Divides a number by two.

§bound_diff

Calculates the difference between two numbers, but the result is always positive.