Update compiler limitations.md

This commit is contained in:
JezuzLizard 2021-03-26 14:13:23 -07:00 committed by GitHub
parent f4d36781ec
commit c4c8104f48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,9 +62,3 @@ 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.