Kaya 0.5.3 reference for Array::ZeroStep

List of functions and data types in Array

Array::ZeroStep()

Usage

If the step in a range is zero, as in the following examples, the range would have infinite size, and so this Exception is thrown.

r = range(1,5,0);
r = [1,1..5];
kaya@kayalang.org | Last modified 29 November 2011 | Supported by Durham CompSoc | Powered by Kaya