create_foldw(size, condition)#

Return the expression tree for the higher-order construct for foldw creation.

Parameters:
sizeEX

Number of iterations.

conditionEX

Initial value of the iteration condition.

Returns:
ET