exist: aSymbol self assert: [aSymbol isSymbol]. self namespaces find: [:n| n name == aSymbol] ifAbsent: [^ false]. ^ true