JavaTXCompilerInJavaTX/examples/hoth/Test2.jav
2013-10-18 13:33:46 +02:00

23 lines
202 B
Java
Executable File

class Test2{
String b="33";
foo(){
ret;
String g="w";
{
ret = 5;
g="5";
}
ret = 3+4;
b="22";
return ret;
}
int neufoo(a)
{
tt;
tt=foo();
a="ww";
return 3;
}
}