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

Languages with Contexts

begin
    integer X; integer Y
    Y:=0
    X:=Y
    Y:=1
    X:=Y+1
end

Author: Wolfgang Schreiner
Last Modification: November 18, 1997

previous up next