Difference between revisions of "Keyword"

From Mario Fan Games Galaxy Wiki
m
 
(Categorized)
 
Line 1: Line 1:
 
'''Keywords''' are words or phrases in a [[programming language]]. Usually, they are [[syntax]] elements in themselves; they can't be modified, and [[variable]]s can't share the same name. However, sometimes regular variables can be considered keywords if they have a special meaning.
 
'''Keywords''' are words or phrases in a [[programming language]]. Usually, they are [[syntax]] elements in themselves; they can't be modified, and [[variable]]s can't share the same name. However, sometimes regular variables can be considered keywords if they have a special meaning.
 +
 +
[[Category: Fangame Terms]]

Latest revision as of 23:05, 10 December 2010

Keywords are words or phrases in a programming language. Usually, they are syntax elements in themselves; they can't be modified, and variables can't share the same name. However, sometimes regular variables can be considered keywords if they have a special meaning.