Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
<no name> by Anonymous
int main(){    f1();    f3(25);    Print("Hello world!");};void f1(void){    if(a == 2)        b = 3;};

int main(){ f1(); f3(25); Print("Hello world!");};void f1(void){ if(a == 2) b = 3;};


------------------


int
main
(
)
{
f1
(
)
;
f3
(
25
)
;
Print
(
"Hello world!"
)
;
}
;
void
f1
(
void
)
{
if
(
a
==
2
)
b
=
3
;
}
;



BuildInType    int
Identifier     main
Punctuator     (
Punctuator     )
Punctuator     {
Identifier     f1
Punctuator     (
Punctuator     )
Punctuator     ;
Identifier     f3
Punctuator     (
Number         25
Punctuator     )
Punctuator     ;
Identifier     Print
Punctuator     (
Literal_String "Hello world!"
Punctuator     )
Punctuator     ;
Punctuator     }
Punctuator     ;
BuildInType    void
Identifier     f1
Punctuator     (
BuildInType    void
Punctuator     )
Punctuator     {
ControlKeyWord if
Punctuator     (
Identifier     a
Operation      ==
Number         2
Punctuator     )
Identifier     b
Operation      =
Number         3
Punctuator     ;
Punctuator     }
Punctuator     ;
Cached Result
Last Run: 9:41:24 pm
Compile: 0.01s
Execute: 0.05s
Memory: 2.85Mb
CPU: 0.06s