I was poking around some of Core and Object using "getSlot("method name") to see how some foundational methods were implemented. I was curious about how the if method was written and tried
Io> Object getSlot("if")
==> Object_if()
Io> Object getSlot("Object_if()")
==> nil
Neither of these were informative. Is there a way to reflect/inspect/print this (and other Object_keywordishword() words)?