Skip to main content

1988 | OriginalPaper | Buchkapitel

Statements and Expressions

verfasst von : Professor Niklaus Wirth

Erschienen in: Programming in Modula-2

Verlag: Springer Berlin Heidelberg

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

The specification of an action is called a statement. Statements can be interpreted (executed), and that interpretation (execution) has an effect. The effect is a transformation of the state of the computation, the state being represented by the collective values of the program’s variables. The most elementary action is the assignment of a value to a variable. The assignment statement has the form $$ \$ {\text{ assignment = designator}}{\text{: = }}{\text{ expression}}{\text{.}} $$

Metadaten
Titel
Statements and Expressions
verfasst von
Professor Niklaus Wirth
Copyright-Jahr
1988
Verlag
Springer Berlin Heidelberg
DOI
https://doi.org/10.1007/978-3-642-83565-0_5