Fahad/MCG-CS/Code/Math.kcl
author Chengsong
Thu, 01 Sep 2022 23:47:37 +0100
changeset 591 b2d0de6aee18
parent 45 7545b1bc1514
permissions -rw-r--r--
more polishing integrated comments chap2

var a = 5;


a =  a + 3;
print a;