$ symbols always in MAIN?
Posted: Fri Mar 28, 2008 5:56 pm
Are symbols with a preceding $ sign always defined in MAIN?
Although it makes sense, I didn't realise that this was the case...!
Code: Select all
> (context 'Fred)
Fred
Fred> (set '$fred "hi!")
"hi!"
Fred> (symbols)
()
Fred> (context MAIN)
MAIN
> (symbols)
(! != $ $0 $1 $10 $11 $12 $13 $14 $15 $2 $3 $4 $5 $6 $7 $8 $9 $args $fred $idx $main-args
% & * + - / : < << <= = > >= >> ? @ Fred MAIN NaN?...