Category:Special variables: Difference between revisions

From Rosetta Code
Content added Content deleted
(initial import from markhobley.yi.org)
 
(mod to definition)
 
Line 1: Line 1:
Tasks in this category demonstrate application and utilization of special variables. These are variables that have a reserved special meaning within a computer program.
Tasks in this category demonstrate application and utilization of special variables. These are variables that have a reserved special meaning within a programming language.


== Types of special variables ==
== Types of special variables ==

Latest revision as of 19:47, 2 June 2011

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

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.