til#

swordfish.function.til()#

Return a vector of integral type from 0 to n-1. If n=0, return an empty vector.

The result is of the same data type as n. For example, if n is of LONG type, return a FAST LONG VECTOR.

Parameters:

n (Constant) – A non-negative integer.