"first we import all the code"

AMLImporter new
	baseDirectoryName: 'C:\SWIG-Smalltalk\Examples\smalltalk\variables\';
	import: 'ExampleVariablesTest'

"be sure to copy ExampleVariables.dll to your image directory"
"now you can run this"

ExampleVariablesTest run.

