main
	| a |
	<primitive: 0>

	"a := 10.
	#abc xxx.
	#abc xxx: 1.
	^nil	"

	a := #abc print: 123 and: 2345.
	#abc print: a and: a.
	1234567.
	^nil.