Fahad/MCG-CS/Code/Math.kcl
author Christian Urban <christian dot urban at kcl dot ac dot uk>
Mon, 01 Feb 2016 22:30:27 +0000
changeset 93 37e3f1174974
parent 45 7545b1bc1514
permissions -rw-r--r--
extended all proofs that worked before to the Star case...required a stronger notion of non-problematic values |=

var a = 5;


a =  a + 3;
print a;