Loops cannot be pure.

This commit is contained in:
Stephen Chung
2021-08-04 17:37:56 +08:00
parent 81770f00e0
commit 4807fdf1cf
3 changed files with 32 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ Bug fixes
---------
* Fixed bug in using indexing/dotting inside index bracket.
* `while` and `loop` statements are no longer considered _pure_ (since a loop can go on forever and this is a side effect).
Version 1.0.0