op2
[cc1516.git] / examples / varEx.spl
1
2
3 Int t = 1 + 1;
4 var t = True;
5 var x = 2 + 2;
6
7 var x = True;
8 var z = 4;
9 //Int y = 4 + True;
10