2022-05-21 14:32:02 +02:00
|
|
|
Hello this is my test
|
|
|
|
|
|
|
|
#ignore
|
|
|
|
TESTING should not be overriden
|
|
|
|
#endignore
|
|
|
|
|
|
|
|
TESTING should be overriden
|
|
|
|
|
|
|
|
#if TEST0
|
|
|
|
#ignore
|
|
|
|
TESTING should not be overriden too
|
|
|
|
#endignore
|
|
|
|
|
|
|
|
TESTING should be overriden too
|
|
|
|
#endif
|
|
|
|
#if TEST1
|
|
|
|
|
|
|
|
#ignore
|
|
|
|
TESTING should not be overriden
|
|
|
|
#endignore
|
|
|
|
|
|
|
|
TESTING should not be overriden
|
2023-06-27 13:29:31 +02:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#iterate
|
|
|
|
#argument NUMBER 1 2 3 4 5 6 7 8 9
|
|
|
|
Lets test number NUMBER
|
|
|
|
#enditerate
|
|
|
|
|
|
|
|
#if TEST0
|
|
|
|
Lets test a true condition.
|
|
|
|
#iterate
|
|
|
|
#argument NUMBER 1 2 3 4 5 6 7 8 9
|
|
|
|
Lets test number NUMBER
|
|
|
|
#enditerate
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if TEST1
|
|
|
|
Lets test a false condition.
|
|
|
|
#iterate
|
|
|
|
#argument NUMBER 1 2 3 4 5 6 7 8 9
|
|
|
|
Lets test number NUMBER
|
|
|
|
#enditerate
|
|
|
|
#endif
|
|
|
|
|
|
|
|
Lets test stacked iterators
|
|
|
|
#iterate
|
|
|
|
#argument NUMBER1 1 2 3
|
|
|
|
#iterate
|
|
|
|
#argument NUMBER2 4 5 6
|
|
|
|
Lets test numbers NUMBER1 NUMBER2
|
|
|
|
#enditerate
|
|
|
|
#enditerate
|