Skip to content
Marvin Rühe edited this page Dec 15, 2015 · 2 revisions

Testfile:

int n;
int a;
int [4] m;
n := 5;
if (n <:> 2) {
	n := 17;
}else {
	n := 1;
};
a := 1;
n := a+n;

Clone this wiki locally