Code Select Expand> (sym "CON" MAIN nil)CON> (context? CON)true> (context? (sym "CON" MAIN nil))nil
Code Select Expand> (sym "CON" MAIN nil)nil> (set 'CON:foo 123)123> (sym "CON" MAIN nil)CON> (context? (eval (sym "CON" MAIN nil)))true