mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-19 08:02:14 +03:00
17 lines
126 B
Plaintext
17 lines
126 B
Plaintext
/*
|
|
namespace: ParseStatement
|
|
expectation: Pass
|
|
*/
|
|
|
|
return expr;
|
|
|
|
return ();
|
|
|
|
return ();
|
|
|
|
return x+y;
|
|
|
|
return (x,y);
|
|
|
|
return
|
|
5; |