Log in / create account | Login with OpenID
DocForge
Programmer's Wiki

Name binding

From DocForge

When name binding the name of a variable is bound to the address of some particular block (contiguous sequence) of bytes in memory. Operations on the variable manipulate that block.