Skip to content
Commit a4d530db authored by Attila Lendvai's avatar Attila Lendvai
Browse files

Added first-iteration-p and first-time-p

Typical use is (if (first-...-p) ...)

first-iteration-p will be t in the first loop while first-time-p will
be t when first called, then nil. Hint: first-time-p is useful for
the usual comma separated list printing problem.
parent 98e6003d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment