Skip to content
Snippets Groups Projects
Commit 9fb9e249 authored by rtoy's avatar rtoy
Browse files

Check to see if the loop iteration variable has already been used.

Bug noted by Bruno Haible, cmucl-imp, 2004-10-15:

    (LOOP WITH A = 0 FOR A DOWNFROM 10 TO 0 DO (PRINT A))

should signal a program-error.
parent 4df18633
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment