Statement

esse quam videri
Revision as of 18:19, 16 April 2020 by Kspriggs01 (talk | contribs) (Definition)
Jump to: navigation, search

Definition

A statement is similar to command, where it is used to dictate the logical flow of an application by stating what should be done when. All applications contain many different statements in order for it to fulfill the purpose it was built for.

All statements are also reserved as keywords within their respective languages.

Examples

If/Else Statement:

For Statement:

Switch Statement

While Statement

Return Statement:

Resources

See also

- Keyword

External Links