CASCADE.2

Synopsis
CASCADE.2 endtest template1 startvalue1 template2 startvalue2
Description

Outputs the result of invoking CASCADE with the same inputs. The only difference is that the default number of inputs is five instead of three.

Example
TO FIBONACCI :n
  OUTPUT CASCADE.2 :n [?1 + ?2] 1 [?1] 0
END

SourceForge.net Logo