Category:Special variables

From Rosetta Code
Revision as of 18:59, 2 June 2011 by rosettacode>Markhobley (initial import from markhobley.yi.org)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Tasks in this category demonstrate application and utilization of special variables. These are variables that have a reserved special meaning within a computer program.

Types of special variables

Depending on the programming language being used, there are generally two types of special variable:

Control variables

Control variables contain operational parameters used within the program. These variables can be modified to control the way that the program will behave.

Informative variables

Informative variables provide information about current status within the program. These special variables are generally read only and cannot be directly modified by assignment from within the program.

Pages in category "Special variables"

This category contains only the following page.