CASCADE.2endtest
template1
startvalue1
template2
startvalue2
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.
TO FIBONACCI :n
OUTPUT CASCADE.2 :n [?1 + ?2] 1 [?1] 0
END