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 Mar 7, 2024
1 parent 470851a commit b90c80e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
GameMaker 2.3+

A foreach loop for **arrays**, **lists**, **maps**, **structs**, **grids**, **strings** and **number ranges**.

This foreach was made using **macros** so the variable scope is the same as in a regular for loop and so you don't have to pass variables like arguments. You can access them inside of the loop directly.

This foreach was made using **macros** so the variable scope is the same as in a regular for loop (because it is just a glorified for loop) and so you don't have to pass variables like arguments. You can access them inside of the loop directly.

Reserved keywords: `foreach`, `foreach_rev`, `into`, `exec`, `as_list`, `as_grid`, `as_map`, `fe`, `fe_break`, `fe_continue`, `fe_return`, `global._FE_*`

### Changes
Expand Down

0 comments on commit b90c80e

Please sign in to comment.