previous up next
Go backward to Alternative Semantics
Go up to Top
Go forward to Sharing of Modules
RISC-Linz logo

Indexing of Module Components

module M = { class K = newint; var A: K;
    proc P = A:=0 };
var B: newint;
in call M.P; B:=@M.A


Author: Wolfgang Schreiner
Last Modification: April 23, 1998

previous up next