You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The
SUPPLIED
variable should not be a generalized variable, but its necessitycan only be determined when parsing the generalized variable. Therefore, could
we must modify
loopy--destructure-generalized-sequence
to return a list of twoelements, being the normal generalized variables and the normal iteration
variables?
The iteration variables would be evaluated in a
setq
form at the commandslocation in the body, much like the variables from iteration commands.
The text was updated successfully, but these errors were encountered: