ZenCodeLang / ZenCode

The ZenCode project.
MIT License
13 stars 8 forks source link

int doesn't have invert operator #134

Open friendlyhj opened 9 months ago

friendlyhj commented 9 months ago
val a as int = ~1;

It says This type has no ~ operator