Skip to content
  • D Herring's avatar
    ECL bugfix · 187895ab
    D Herring authored
    ECL was complaining that
    ""
    Iteration in LOOP follows body code.
    Current LOOP context: FOR KEY = (FIRST DATA) FOR.
    ""
    
    SBCL allows a looser LOOP syntax; it is nontrivial to port SBCL's LOOP to ECL,
    though they do share a common heritage.
    187895ab