LOCAL/GLOBAL

Identifiers can be locally and globally defined:
name = 100		; Create a local equate
~name:			; Create a label in the
			; current source file list
~~name = 100		; Create a global equate ('~' * 2)