Variable (computer science): Difference between revisions

Content deleted Content added
Undid revision 317084332 - true, it's a box, but that is not a very accurate description.
Line 18:
* In [[Perl]], the sigils <TT>$</TT>, <TT>@</TT>, <TT>%</TT>, and <TT>&</TT> indicate [[scalar (computing)|scalar]], [[array]], [[hash]], and [[subroutine]] variables, respectively.
* In [[spreadsheet]]s variables can refer to cells (e.g. <code>$A$2</code>), named ranges, or values in associated source code or functions.
 
its a BOX...
 
==In source code ==