Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
C# Extension Method: DateTime - In by ZZZ Projects
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
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: 7:26:27 am
Compile: 0.011s
Execute: 0.05s
Memory: 2.52Mb
CPU: 0.061s