View Source Basics (Rune v0.1.0)

The basics module

Link to this section Summary

Link to this section Functions

@spec divi(integer(), integer()) :: integer()
@spec minus(integer(), integer()) :: integer()
@spec multi(integer(), integer()) :: integer()
@spec sum(integer(), integer()) :: integer()

Sum two integers

parameters

Parameters

- x: The first integer
- y: The second integer

returns

Returns

The sum of the two integers