previous up next
Go backward to Redeclaration of Modules
Go up to Top
Go forward to Modules and Classes
RISC-Linz logo

External Modules

var A: newint, import M
in A:=@B+1

var A: newint,
import external M: { B: intloc, C: comm }
in A:=@B+1

Idea is explored later.


Author: Wolfgang Schreiner
Last Modification: April 23, 1998

previous up next