From ad26d49f84ca5b0caa911cbfb36a91cace227bab Mon Sep 17 00:00:00 2001 From: JezuzLizard Date: Tue, 2 Nov 2021 02:07:37 -0700 Subject: [PATCH] Update compiler limitations.md --- compiler limitations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler limitations.md b/compiler limitations.md index d507220..45c4efa 100644 --- a/compiler limitations.md +++ b/compiler limitations.md @@ -64,4 +64,5 @@ 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.