previous up next
Go backward to Languages with Contexts
Go up to Top
Go forward to Contexts
RISC-Linz logo

Languages with Contexts

begin integer X
    X:=0
    begin real X
        X:=1.5
    end
    X:=X+1
end

Meaning of an identifier can't be just its storable value!


Author: Wolfgang Schreiner
Last Modification: November 18, 1997

previous up next