264 lines
3.1 KiB
Raku
264 lines
3.1 KiB
Raku
module myModule;
|
|
|
|
|
|
int x;
|
|
ubyte y;
|
|
|
|
int a;
|
|
int b = a;
|
|
int c = myModule.x;
|
|
int l;
|
|
|
|
int o = myModule.l;
|
|
|
|
|
|
int f = f.L(f(1+f.d.d.d()));
|
|
int p = f2p.j2.p;
|
|
|
|
int ll = f(1,1);
|
|
|
|
public ubyte k = 1;
|
|
private ubyte k2 = 1;
|
|
protected ubyte k3 = -1;
|
|
|
|
class ooga : O
|
|
{
|
|
|
|
}
|
|
|
|
class O : ooga
|
|
{
|
|
class I
|
|
{
|
|
class L : ooga
|
|
{
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
public class clazz1
|
|
{
|
|
int k;
|
|
print("Hello world");
|
|
|
|
public class clazz3
|
|
{
|
|
class bruh2
|
|
{
|
|
|
|
}
|
|
}
|
|
|
|
class bruh
|
|
{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
class bruh
|
|
{
|
|
class bruh1
|
|
{
|
|
class bruh2
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
class clazz2 : bruh
|
|
{
|
|
class clazzU
|
|
{
|
|
|
|
}
|
|
|
|
class clazz12
|
|
{
|
|
int j;
|
|
private class clazz_2_2_1 : bruh, clazzU
|
|
{
|
|
|
|
}
|
|
}
|
|
|
|
protected class clazz_2_3
|
|
{
|
|
class clazz_2_3_1
|
|
{
|
|
if(1)
|
|
{
|
|
print("Hello");
|
|
}
|
|
else if(1)
|
|
{
|
|
print("Bruh");
|
|
}
|
|
else
|
|
{
|
|
print("Bhjkfd");
|
|
}
|
|
|
|
if(1)
|
|
{
|
|
print("Hello");
|
|
}
|
|
else if(1)
|
|
{
|
|
print("Bruh");
|
|
}
|
|
else
|
|
{
|
|
print("Bhjkfd");
|
|
}
|
|
|
|
if(1)
|
|
{
|
|
print("Hello");
|
|
}
|
|
else if(1)
|
|
{
|
|
print("Bruh");
|
|
}
|
|
else if(1)
|
|
{
|
|
print("Bruh");
|
|
}
|
|
else if(1)
|
|
{
|
|
print("Bruh");
|
|
}
|
|
else if(1)
|
|
{
|
|
print("Bruh");
|
|
}
|
|
else
|
|
{
|
|
print("Bhjkfd");
|
|
}
|
|
|
|
if (1) {} else if(1) {} else {}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
print("Hello");
|
|
}
|
|
}
|
|
|
|
void.void pdsjhfjdsf(int j)
|
|
{
|
|
|
|
}
|
|
|
|
void k(int j, int k)
|
|
{
|
|
|
|
l.l("");
|
|
l.l(l.l());
|
|
|
|
ubyte thing = "Hello";
|
|
print("Hello world");
|
|
print(1+1);
|
|
print(1+1);
|
|
|
|
ubyte eish = 1+1;
|
|
|
|
ubyte poes = ((1+1));
|
|
|
|
if(1+1)
|
|
{
|
|
if(1)
|
|
{
|
|
if((1))
|
|
{
|
|
print("Hello");
|
|
}
|
|
print("Hello");
|
|
}
|
|
}
|
|
|
|
if(((2)))
|
|
{
|
|
print(1+1);
|
|
}
|
|
|
|
if(2+222222/2)
|
|
{
|
|
while(1)
|
|
{
|
|
while(2+2+2)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
void bruh()
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
public void main(int hello, byte d)
|
|
{
|
|
|
|
void bruh()
|
|
{
|
|
|
|
}
|
|
|
|
ubyte kak;
|
|
ubyte kak2 = -1;
|
|
ubyte thing = "Hello";
|
|
print("Hello world");
|
|
print(1+1);
|
|
print(1+1);
|
|
|
|
ubyte eish = 1+1;
|
|
|
|
ubyte poes = ((1+1));
|
|
|
|
if(1+1)
|
|
{
|
|
if(1)
|
|
{
|
|
if((1))
|
|
{
|
|
print("Hello");
|
|
}
|
|
print("Hello");
|
|
}
|
|
}
|
|
|
|
if(((2)))
|
|
{
|
|
print(1+1);
|
|
}
|
|
|
|
if(2+222222/2)
|
|
{
|
|
while(1)
|
|
{
|
|
while(2+2+2)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|