Text only
|
Text with Images
newLISP Fan Club
Forum => newLISP in the real world => Topic started by: kanen on May 06, 2010, 11:42:41 PM
Title:
Show all contexts?
Post by:
kanen
on
May 06, 2010, 11:42:41 PM
I am certain this has already been answered somewhere, but... I cannot find the answer.
How would one go about listing all the contexts one has created?
Title:
Re: Show all contexts?
Post by:
m i c h a e l
on
May 07, 2010, 12:32:38 AM
How about this?
Code
Select
Expand
(filter context? (map eval (symbols)))
m i c h a e l
Text only
|
Text with Images