Referring to a global in the current image
To refer to global X in the current image, use:
System image globalNamespace at: #X
System image globalNamespace at: #X ifAbsent: […]
System image globalNamespace at: #X ifAbsentPut: […]
Last modified date: 07/08/2019