Skip to main content
Top

1982 | OriginalPaper | Chapter

Statements and expressions

Author : Professor Dr. Niklaus Wirth

Published in: Programming in Modula-2

Publisher: Springer Berlin Heidelberg

Activate our intelligent search to find suitable subject content or patents.

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.

Metadata
Title
Statements and expressions
Author
Professor Dr. Niklaus Wirth
Copyright Year
1982
Publisher
Springer Berlin Heidelberg
DOI
https://doi.org/10.1007/978-3-642-96717-7_6

Premium Partner