Update compiler limitations.md

This commit is contained in:
JezuzLizard 2021-11-02 02:04:41 -07:00 committed by GitHub
parent fe45c69381
commit 652fd1bb32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,3 +62,6 @@ level waittill( var, player );
WILL COMPILE BUT WILL COMPILE BUT
``` ```
The notify/waittill won't work. The notify/waittill won't work.
**9. Ternary op compiles but doesn't work as expected**
Instead of returning one of the two values specified the compiler will compile it to return bools instead.