Message 1 of 1
foreach
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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