![]() |
Scol standard library package
0.3.1
Common and usefull functions for all Scol applications
|
Scol Standard Library - Loop API. More...
Functions | |
| std_doWhile (cond, cbfun, param) | |
| Perform a do while-like loop, as some another languages. More... | |
| std_for (start, end, inc, cbfun) | |
| Perform a for-like loop, as some another languages. More... | |
| std_forcheck (start, end, current, flag) | |
| std_forF (start, end, inc, cbfun) | |
| Perform a for-like loop, as some another languages. More... | |
| 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. More... | |
| std_loopcheckfnull (f) | |
| std_switch (cond, cbfun, list) | |
| Perform a switch-like loop, as some another languages. More... | |
| std_switchStr (cond, cbfun, list) | |
| Perform a switch-like loop, as some another languages. More... | |
| std_switchStri (cond, cbfun, list) | |
| Perform a switch-like loop, as some another languages. More... | |
Scol Standard Library - Loop API.
This API provides few loop for Scol This API requires the floatting point numbers API ( lib/std/float.pkg )
1.8.9.1