added example5 to test for loop

This commit is contained in:
Florian Sattler
2013-06-02 00:12:39 +02:00
parent 9c92ae4fbe
commit d5e76186ff

2
doc/example5.x Normal file
View File

@@ -0,0 +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