Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-cz authored Dec 1, 2023
1 parent b528566 commit 9affd6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Reserved keywords: `foreach`, `in`, `in_reversed`, `exec`, `as_list`, `as_grid`,
### Changes
[v2.0.10] Silenced the GM2043 warning
I literally just removed the "var" keyword. That was it. It still works but now it doesn't complain about variable scope. huh
[https://tenor.com/cs/view/gumball-nicole-smashing-car-mad-gif-20988024]

[v2.0.9] A proper return
Call `return fe_return(val);` when exiting a function from inside the loop. It's just a minor thing that was missing and would freeze the game because regular `return val;` wouldn't free the loop. fe_return is a FUNCTION not a macro
Expand Down

0 comments on commit 9affd6e

Please sign in to comment.