-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathvalid.many_functions
More file actions
34 lines (32 loc) · 955 Bytes
/
valid.many_functions
File metadata and controls
34 lines (32 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
function functionA():boolean{
function functionAA():integer{
function functionAAA():integer{
function functionAAAA():integer{
function ALOLONELINER():boolean{return true;}
return 0;
}
function functionAAAB():boolean{return false;}
function functionAAAC():boolean{function LOLONELINERA():boolean{function LOLONELINERB():boolean{return true;}return true;}return false;}
return 0;
}
return 0;
}
return true;
}
function Main():integer{
function MainFunction1():boolean{
return true;
}
return 0;
}
function functionB():boolean{function functionBA():integer{function functionBAA():integer{function functionBAAA():integer{function BLOLONELINER():boolean{return true;}
return 0;
}
function functionBAAB():boolean{return false;}
function functionBAAC():integer{function BLOLONELINERA():boolean{function BLOLONELINERB():boolean{return true;}return true;}return 5;}
return 0;
}
return 0;
}
return true;
}