summaryrefslogtreecommitdiffstats
path: root/src/CBot/tests/scenarios/methode1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CBot/tests/scenarios/methode1.txt')
-rw-r--r--src/CBot/tests/scenarios/methode1.txt57
1 files changed, 0 insertions, 57 deletions
diff --git a/src/CBot/tests/scenarios/methode1.txt b/src/CBot/tests/scenarios/methode1.txt
deleted file mode 100644
index 080bba2..0000000
--- a/src/CBot/tests/scenarios/methode1.txt
+++ /dev/null
@@ -1,57 +0,0 @@
-class t {
- point p;
-}
-
-void object :: toto()
-{
- show ( Position ) ;
-}
-
-extern public void object :: XX()
-{
- int test [];
- test [ 9999 ] = 3;
-
- toto () ;
-/*
- Radar();
-
- object test ;
- test = this. Radar();
-
- do {
- test = this.Radar();
- } while ( test == null );
-
-/*
- t test [ 4 ];
- for ( int i = 0 ; i < 4 ; i++ ) test [ i ] = new t();
- test [ 3 ] .p.x = 2;
- show ( test );
-/*
- int a = nan;
- show ( a ) ;
-
- a = TypeMarkPath;
- show ( a, a++, --a ) ;
-
- if ( a != nan ) a += 1 ;
-
- a = TypeMarkPath;
- float q = a ;
- show ( a, q ) ;
-
-return;
-
- a += ++a;
- show ( a ) ;
-
- boolean i = false;
-
- if ( i == true ) {}
-
- object p;
- if ( p == null) { p = p ; }
-*/
-}
-