Fahad/MCG-CS/Code/code.kcl
author Chengsong
Thu, 23 Jun 2022 16:47:48 +0100 (2022-06-23)
changeset 545 333013923c5a
parent 45 7545b1bc1514
permissions -rw-r--r--
more changes to blexersimp.thy
void TestFunction var output = 0, var inputA = 1, var inputB = 2
begin
	var test = 0;
	test = inputA + inputB;
	print test;
endfunc;

var one = 1;
var two = 2;
var three = 3;