EVRC - EVeRgreen Compiler
Syntax
- ! shows a public feature. Used for entry point. Functions with the same name with different permissions are allowed e.g.
fn x() {} fn x!() {}is allowed.fn x() {} fn x() {}is not. */
| Name | Name | Last commit date | ||
|---|---|---|---|---|
EVRC - EVeRgreen Compiler
Syntax
fn x() {} fn x!() {} is allowed. fn x() {} fn x() {} is not.
*/