Syntax

From Computer History Wiki
Revision as of 18:02, 28 April 2022 by Jnc (talk | contribs) (Make slightly more general)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Syntax refers to the allowed patterns of constituent elements in a complex data item - for example, the ASCII characters in the input to a program. The term is often used with programming language source code, in which programs in a given language are input to a compiler or interpreter. However, the term is used for many things in computers; e.g. email has a standard for syntax in email messages.

See also