a = 1
b = 2

if "%{a}" == "%{b}"
	result = true
else
	result = false
end

if "%{a}" == "1"
	a = 2
end
