Syntax: Difference between revisions

From Computer History Wiki
Jump to navigationJump to search
A bit stubby, but an OK start
 
+See also
Line 1: Line 1:
'''Syntax''' refers to the allowed patterns of symbols (often [[ASCII]] text) for the input to a program; the term is most often used with [[programming language]]s, in which [[program]]s in a given language are input to a [[compiler]]. However, the term is used for many things in computer. e.g. [[email]] has a standard for syntax in email messages.
'''Syntax''' refers to the allowed patterns of symbols (often [[ASCII]] text) for the input to a program; the term is most often used with [[programming language]]s, in which [[program]]s in a given language are input to a [[compiler]]. However, the term is used for many things in computer. e.g. [[email]] has a standard for syntax in email messages.
==See also==
* [[Semantics]]


{{semi-stub}}
{{semi-stub}}

Revision as of 14:09, 3 December 2018

Syntax refers to the allowed patterns of symbols (often ASCII text) for the input to a program; the term is most often used with programming languages, in which programs in a given language are input to a compiler. However, the term is used for many things in computer. e.g. email has a standard for syntax in email messages.

See also