previous up next
Go up to Top
Go forward to A Language with Assignment
RISC-Linz logo

Imperative Languages

Essential Features:

Relationship between store and programs:

  1. Critical for evaluation of phrases.
    Phrase meaning depends on store.
  2. Communication between phrases.
    Phrases deposit values in store for use by other phrases; sequencing mechanism establishes communication order.
  3. Inherently "large" argument.
    Only one copy existing during execution.

Author: Wolfgang Schreiner
Last Modification: October 14, 1997

previous up next