HyperCrash

INTEGER_LIST Operator

INTEGER_LIST Operator

Previous topic Next topic No expanding text in this topic  

INTEGER_LIST Operator

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Description

Creates a list of integer numbers.

Syntax

ilist = INTEGER_LIST(

number1, number2, ...

) ;

ilist

 The list of integers.

number1

 The first integer to be included in the list.

Comments

This operator accepts an arbitrary number of integers separated by commas.