
a="hello"

gosub test 2,"a = \"test\"+ a"
print test

gosub test 2,"a = a * 2 "
print test

print a

end


test a,f
print f
	eval f
	test=a
return





