mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-21 08:31:33 +03:00
15 lines
109 B
Plaintext
15 lines
109 B
Plaintext
/*
|
|
ns: ParseStatement
|
|
expectation: Pass
|
|
*/
|
|
|
|
return expr;
|
|
|
|
return ();
|
|
|
|
return ();
|
|
|
|
return x+y;
|
|
|
|
return (x,y);
|