Go backward to Variable Declarations
Go up to Top
Go forward to Semantics of Variables

Abstract Syntax

D ::= ...| var I
C ::= L:=E | C1;C2 | ...
E ::= N | @L | ...
L ::= I

Example

var X; var Y; proc P = Y:=@X+1
in X:=0; call P


Wolfgang.Schreiner@risc.uni-linz.ac.at
Id: abstraction2.tex,v 1.1 1996/04/10 07:30:13 schreine Exp schreine

Prev Up Next