<div dir="auto"><div><div class="gmail_extra"><br><div class="gmail_quote">Am 03.04.2017 19:12 schrieb "H. Hirzel" <<a href="mailto:hannes.hirzel@gmail.com">hannes.hirzel@gmail.com</a>>:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
    (Smalltalk globals select: [:k | ((Smalltalk at: k) isKindOf: Class) not])<br>
       collect:  [:k | k -> (Smalltalk at: k) class]<br>
<br>
Then I get 'key not found: ExtendedNumberParser'.<br><br></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">Cannot verify this atm but I think k is the class (value), not the symbol (key), and at: wants a key. Like a Dictionary.</div><div dir="auto"></div></div>