mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-11 03:19:00 +03:00
11 lines
81 B
Plaintext
11 lines
81 B
Plaintext
/*
|
|
namespace: ParseStatement
|
|
expectation: Pass
|
|
*/
|
|
|
|
x = expr;
|
|
|
|
x = x+y;
|
|
|
|
x = x();
|