Skip to main content

1982 | OriginalPaper | Buchkapitel

Statements and expressions

verfasst von : Professor Dr. 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$ assignment = designator “: =” expression.and its corresponding action consists of three parts in this sequence: 1.evaluate the designator designating a variable,2.evaluate the expression yielding a value,3.replace the value of the variable identified in 1. by the value obtained in 2.

Metadaten
Titel
Statements and expressions
verfasst von
Professor Dr. Niklaus Wirth
Copyright-Jahr
1982
Verlag
Springer Berlin Heidelberg
DOI
https://doi.org/10.1007/978-3-642-96717-7_6

Premium Partner