Integer.+
+that
Group: Operators
Aliases: add
, plus
Documentation
Adds an integer and an arbitrary number.
Addition in Enso will undergo automatic conversions such that you need not convert between Integer and Float manually.
Arguments
that
: The number to add to this.
Examples
Adding 10 and 15.
10 + 15