diff --git a/compiler limitations.md b/compiler limitations.md index dd74345..d507220 100644 --- a/compiler limitations.md +++ b/compiler limitations.md @@ -62,3 +62,6 @@ level waittill( var, player ); WILL COMPILE BUT ``` 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.