Fahad/MCG-CS/Code/Math.kcl
author Chengsong
Thu, 01 Dec 2022 08:49:19 +0000
changeset 629 96e009a446d5
parent 45 7545b1bc1514
permissions -rw-r--r--
abstract comments incorporated

var a = 5;


a =  a + 3;
print a;