Hi Lutz,
I can remember this previously worked ->
(map context? (symbols))
but now that does not return anything anymore..
(i mean all 'nil)
neighter does
>(filter context? (symbols))
()
Is this new? I would expect these to return at least "true" for MAIN..
? BUG 9.9.94 (context?)
? BUG 9.9.94 (context?)
-- (define? (Cornflakes))
'context?' takes a context evaluated from a symbol, while 'protected?' takes a symbol. Its like:
Code: Select all
> (context? 'MAIN)
nil
> (context? MAIN)
true