Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Declaritive Programming

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?

Name: Anonymous 2011-09-16 19:57

If there's a var/local associated with the name in one of them enclosing scopes, then the variable is bound to that scope. Otherwise, it usually goes in the mythical "global environment".

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List