foreach

foreach

john.uhden
Mentor Mentor
612 Views
0 Replies
Message 1 of 1

foreach

john.uhden
Mentor
Mentor

In case you didn't know,

the foreach function truly treats the input argument as local...

Command: (foreach item '(1 2 3 4)(if (numberp item)(setq item T)))
T
Command: !item nil

John F. Uhden

613 Views
0 Replies
Replies (0)