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 dd2d4c7 commit c98d115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The macro variable `fe` contains these variables of the current loop body:
- index `fe.i` for array, list, grid, number range, string
- key `fe.key` for map, struct
- position `fe.xpos`, `fe.ypos` for grid
- write function `fe.set(val)` for anything but string and number range
- write function `fe.set(val)` for anything but string and number range since those aren't references

####
To return from a function from within the loop use `fe_return(val, [depth=1]);`
Expand Down

0 comments on commit c98d115

Please sign in to comment.