# Copyright 2005-2007 Kevin Reid, under the terms of the MIT X license # found at http://www.opensource.org/licenses/mit-license.html ................ ? def makeSymbol := lisp["CL", "MAKE-SYMBOL"].getFunction(); null ? def foo := makeSymbol("foo") # value: foo ? foo :DeepFrozen # value: foo