Project

General

Profile

Scol standard library package  0.3.1
Common and usefull functions for all Scol applications
loop.pkg File Reference

Scol Standard Library - Loop API. More...

Functions

 std_doWhile (cond, cbfun, param)
 Perform a do while-like loop, as some another languages.
 std_for (start, end, inc, cbfun)
 Perform a for-like loop, as some another languages.
 std_forcheck (start, end, current, flag)
 std_forF (start, end, inc, cbfun)
 Perform a for-like loop, as some another languages.
 std_forfcheck (start, end, current, flag)
 std_forfreflexive (start, end, inc, cbfun, current, lastResult)
 std_forreflexive (start, end, inc, cbfun, current, lastResult)
 std_if (cond, cbfun, param)
 Perform a IF-like, as some another languages.
 std_loopcheckfnull (f)
 std_switch (cond, cbfun, list)
 Perform a switch-like loop, as some another languages.
 std_switchStr (cond, cbfun, list)
 Perform a switch-like loop, as some another languages.
 std_switchStri (cond, cbfun, list)
 Perform a switch-like loop, as some another languages.

Detailed Description

Scol Standard Library - Loop API.

Author
Scol team
Version
0.1

This API provides few loop for Scol This API requires the floatting point numbers API ( lib/std/float.pkg )