Integer data type in TIScript is iteration-able, means the following works in TIScript:
for(var i in 100) stdout.println(i);
The code above will print numbers from 0 to 99 in stdout.
UI and frontend software design and consulting since 1991
Integer data type in TIScript is iteration-able, means the following works in TIScript:
for(var i in 100) stdout.println(i);
The code above will print numbers from 0 to 99 in stdout.