Name: Retard 2011-09-16 19:29
local X1 in
local X2 in
X1 = 1
Ans=X1+X2
end
end
How do you tell the difference between bound and free occurrences? Also how do you tell between bound stored variables and undetermined variables?
local X2 in
X1 = 1
Ans=X1+X2
end
end
How do you tell the difference between bound and free occurrences? Also how do you tell between bound stored variables and undetermined variables?