From 652fd1bb32444e49d7c2800c40b7066ea5b9ac39 Mon Sep 17 00:00:00 2001 From: JezuzLizard Date: Tue, 2 Nov 2021 02:04:41 -0700 Subject: [PATCH] Update compiler limitations.md --- compiler limitations.md | 3 +++ 1 file changed, 3 insertions(+) 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.