let a, b be Int-Location; :: thesis: InsCode (a := b) = 1
ex A, B being Data-Location st
( a = A & b = B & a := b = A := B ) by Def6;
hence InsCode (a := b) = 1 ; :: thesis: verum