Glossaria.net

Glossary Arduino / Term

Local variable

A type of variable that lives only in the scope in which it is declared and then forgotten. A variable declared inside the setup() of a program would be local: after the setup() finished running, the Galileo would forget that the variable ever existed.

Permanent link Local variable - Creation date 2023-07-12


< Load Glossary / Arduino Long >