loop (Flow control)
Executes body repeatedly while it returns TRUE.
Arguments
body
is the callable to execute, having the following stack notation:
( ... -- ... condition)
Return values
None
Example
Output:
1.414214
Executes body repeatedly while it returns TRUE.
( ... -- ... condition)
None