Fahad/MCG-CS/Code/Math.kcl
author Chengsong
Sat, 07 May 2022 13:38:44 +0100
changeset 505 5ce3bd8e5696
parent 45 7545b1bc1514
permissions -rw-r--r--
thesis chapter2 section 2.4 closedforms.thy seq_closed_form isarfied

var a = 5;


a =  a + 3;
print a;