default protected?

Started by newdep, January 04, 2007, 11:53:21 PM

Previous topic - Next topic

newdep

Hi Lutz,



Seems 'default is protected in 9.0.14 ?



$ rss-ticker2.lsp



symbol is protected in function define : default





also ->



$ newlisp

newLISP v.9.0.14 on Linux, execute 'newlisp -h' for more info.



> (default)

Segmentation fault





Norman.
-- (define? (Cornflakes))

Lutz

#1
'default' is a function in development, not documented yet, it will return the default functor symbol of an unknown context.



Lutz