Skip to content

Commit

Permalink
edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
evanbowman committed Nov 20, 2021
1 parent 1a74aad commit e12f82d
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 @@ -298,7 +298,7 @@ But for a function to be really useful, you'll want to be able to pass parameter
```
You may also refer to an argument with the `arg` function, e.g. `(arg 0)` or `(arg 5)`. To ask the interpreter how many arguments the user passed to the current function, you may use the `argc` function.

Note: maybe you find numbered arguments unpleasent. The gba has limited memory for interned symbol strings, so I chose to support numbered function arguments by default. If, instead, you want functions with named arguments, see [macros](#macros).
Note: The gba has limited memory for interned symbol strings, so I chose to support numbered function arguments by default. If, instead, you want functions with named arguments, see [macros](#macros).


To refer to the current function, invoke the `this` function.
Expand Down

0 comments on commit e12f82d

Please sign in to comment.