loopy icon indicating copy to clipboard operation
loopy copied to clipboard

`SUPPLIED` for generalized variables

Open okamsn opened this issue 2 years ago • 0 comments

The SUPPLIED variable should not be a generalized variable, but its necessity can only be determined when parsing the generalized variable. Therefore, could we must modify loopy--destructure-generalized-sequence to return a list of two elements, being the normal generalized variables and the normal iteration variables?

The iteration variables would be evaluated in a setq form at the commands location in the body, much like the variables from iteration commands.

okamsn avatar Jan 27 '24 22:01 okamsn