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