NewTools
NewTools copied to clipboard
Inspecting a string should display the ' '
Inspect x := '#north' asSymbol
We get ##north and this is should not be. but #'#north'
Another example of the bug
This is super super annoying when manipulating strings that represent class names. We have to all the time check the type.