Y-Less
Y-Less
I'm just reposting this issue here, because frankly this is more active... All credits go to @mbmathews https://github.com/compuphase/pawn/issues/46
### Issue description: This gives an error: ```pawn stock const Float:MY_VAR[] = Float:"hi"; ``` Of: ``` must be a constant expression; assumed zero ``` Even though it shouldn't. ### Minimal...
### Issue description: Using `for (new (a); ; )` utterly breaks compilation in a whole number of different ways. I've tried to make MCVEs for several of them: ### Minimal...