Fahad/MCG-CS/Code/code.kcl
changeset 45 7545b1bc1514
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Fahad/MCG-CS/Code/code.kcl	Wed Nov 12 12:24:26 2014 +0000
@@ -0,0 +1,11 @@
+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;
+