mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-30 23:33:27 +03:00
15 lines
116 B
Plaintext
15 lines
116 B
Plaintext
/*
|
|
namespace: ParseStatement
|
|
expectation: Pass
|
|
*/
|
|
|
|
return expr;
|
|
|
|
return ();
|
|
|
|
return ();
|
|
|
|
return x+y;
|
|
|
|
return (x,y);
|