summaryrefslogtreecommitdiffstats
path: root/src/CBot/tests/TestCBot/scenarios/POS.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CBot/tests/TestCBot/scenarios/POS.txt')
-rw-r--r--src/CBot/tests/TestCBot/scenarios/POS.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/CBot/tests/TestCBot/scenarios/POS.txt b/src/CBot/tests/TestCBot/scenarios/POS.txt
new file mode 100644
index 0000000..688e4fb
--- /dev/null
+++ b/src/CBot/tests/TestCBot/scenarios/POS.txt
@@ -0,0 +1,14 @@
+void object :: T ( )
+{
+ show ( position ) ;
+}
+
+public extern void object :: POS()
+{
+ for ( int i = 0; i < 10 ; i++ )
+ {
+ if ( i == 2 ) TEST ( 12 ) ;
+// show ( position );
+ T ( ) ;
+ }
+} \ No newline at end of file