Skip to main content

Statements and expressions

  • Chapter
Book cover Programming in Modula-2

Part of the book series: Texts and Monographs in Computer Science ((MCS))

  • 59 Accesses

Abstract

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. 1

    evaluate the designator designating a variable,

  2. 2

    evaluate the expression yielding a value,

  3. 3

    replace the value of the variable identified in 1. by the value obtained in 2.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 74.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 1983 Springer-Verlag Berlin Heidelberg

About this chapter

Cite this chapter

Wirth, N. (1983). Statements and expressions. In: Programming in Modula-2. Texts and Monographs in Computer Science. Springer, Berlin, Heidelberg. https://doi.org/10.1007/978-3-642-96757-3_6

Download citation

  • DOI: https://doi.org/10.1007/978-3-642-96757-3_6

  • Publisher Name: Springer, Berlin, Heidelberg

  • Print ISBN: 978-3-642-96759-7

  • Online ISBN: 978-3-642-96757-3

  • eBook Packages: Springer Book Archive

Publish with us

Policies and ethics