inc


inc(n)
      

Return the number n incremented by 1.

Examples:


inc(10)
// 11
inc(1.2)
// 2.2
      

Also see:

dec
add


Core Module Index | Contents