Variables are containers for Numbers. Variables are inferred by the compiler and are therefore not declared. A variable is always statically bound to a memory address by the compiler, where its content is stored. Variables have no scope and are therefore global, meaning that all Variables can be accessed from anywhere in the program.