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.
- Version
- 0.1
- Copyright
- GNU Lesser General Public License 2.0 or later
This API provides few loop for Scol This API requires the floatting point numbers API ( lib/std/float.pkg )
Generated on Sat Jan 31 2015 19:15:42 for Scol standard library package by 1.8.1.2