
a="hello"

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

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

print a

end


@test a,f
	print f
	eval f
	this=a
	return
_@




