Server Guide

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: [  ]


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]