fixed example5

This commit is contained in:
Florian Sattler
2013-06-02 00:18:26 +02:00
parent c704018910
commit 1ed3c1fe26

View File

@@ -1,2 +1,2 @@
int foo dana x fox mulder int y; int b; for dana y = 0; y < x; y = y + 1; fox mulder b = 2; scully return y; scully
foo dana 3 mulder
int foo dana int x fox mulder int y; int b; for dana y = 0; y < x; y = y + 1; fox mulder b = 2; scully return y; scully
foo dana 3 fox