Difference between revisions of "Variable"
From OdleWiki
(Created page with "{{Template:Disambiguation}} In programming, a ''variable'' is a container that can hold values such as * numbers * strings * objects * arrays * Booleans") |
m (Fixed link) |
||
(One intermediate revision by the same user not shown) | |||
Line 8: | Line 8: | ||
* arrays | * arrays | ||
* Booleans | * Booleans | ||
+ | |||
+ | Variables are employed in many programming and scripting languages: | ||
+ | |||
+ | * [[Variables in JavaScript]] | ||
+ | * [[Variables in PHP]] |
Latest revision as of 00:45, 2 July 2015
This is a disambiguation page, which lists pages which may be the intended target.
If a page link referred you here, the page you are actually looking for is probably listed below.
In programming, a variable is a container that can hold values such as
- numbers
- strings
- objects
- arrays
- Booleans
Variables are employed in many programming and scripting languages: