File size: 187 Bytes
8f3f8db
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
private
oopVariable: aString

	(locals includes: aString) ifFalse:
		[locals add: aString.
		 declarations
			at: aString 
			put: 'sqInt ', aString].
	^TVariableNode new setName: aString