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