inc(n)
Return the number n incremented by 1.
n
1
inc(10) // 11 inc(1.2) // 2.2
Core Module Index | Contents