void
inrange (
int
 
first
, 
int
 
last
, 
(
int
void
)
 
action)
A loop on integers.Example: inrange(0, 10, do jlog("{_}")) will print 0, 1, ... until 10
first
The start of the loop (included).
last
The end of the loop (included).
action
The body of the loop. It takes as argument the latest state of the loop and returns nothing.

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.