Browse the glossary using this index

Special | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | ALL

V

variable

Variables are nothing but reserved memory locations to store values. This means that when you create a variable you reserve some space in memory.

Anything that stores in a variable replaces the previous value inside.