Search found 1 match

by jiyoo
Sun Sep 22, 2013 3:28 am
Forum: Common Lisp
Topic: collect clause in progn in loop facility
Replies: 2
Views: 6899

collect clause in progn in loop facility

Suppose I have a loop form (using the loop facility) and within it is a do clause, and within the do clause is a let form, and somewhere deep within the let form are two collect clauses (like COLLECT .. INTO ..), except it's not a legal syntax to put collect clauses or any clauses in those positions...