Documented new compiler bug.

This commit is contained in:
JezuzLizard 2021-01-23 00:40:36 -08:00
parent a59f264e1a
commit 9d4cd8a6ca

View File

@ -62,3 +62,9 @@ level waittill( var, player );
WILL COMPILE BUT WILL COMPILE BUT
``` ```
The notify/waittill won't work. The notify/waittill won't work.
**9. You cannot explicitly define a variable as a boolean**
```
level.boolean = true;
```
This will compile ok but it will cause instability and crash erratically.