Navigation

Operators and Keywords

Function List:

C++ API

: r = colon (base, limit)
: r = colon (base, increment, limit)

Return the result of the colon expression corresponding to base, limit, and optionally, increment.

This function is equivalent to the operator syntax base : limit or base : increment : limit.

Package: octave