From c4c8104f48c113743dc144b5c6c38bd7c942aa35 Mon Sep 17 00:00:00 2001 From: JezuzLizard Date: Fri, 26 Mar 2021 14:13:23 -0700 Subject: [PATCH] Update compiler limitations.md --- compiler limitations.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/compiler limitations.md b/compiler limitations.md index f399d3d..dd74345 100644 --- a/compiler limitations.md +++ b/compiler limitations.md @@ -62,9 +62,3 @@ level waittill( var, player ); WILL COMPILE BUT ``` 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. \ No newline at end of file