Added P218 for name ...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Added P218 for name ...

James Ladd
Added primitive 218 to get the fully qualified name of a class, or 'unnamed' if you call
P218 with a receiver that isn't a class.

Because Redline Smalltalk uses the Java package structure for name spacing, the
fully qualified name of Object is st.redline.Object.