Glossary for Geospatial Science

  Technical vocabulary defined by MicroImages


book Glossary

local variable:  (SML)  Variables that belong to a function or procedure and exist only for that procedure are “local variables.”  No variable is local unless it has been  explicitly designated so with the “local” statement in the function or procedure.  A local variable may have the same name as a variable used elsewhere in the program without affecting it.