Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/functions.mdz
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ reader macro (or the equivalent @code`short-fn` macro):
Within the above sorts of contexts the symbol @code`$` refers to the
first (or zero-th) argument. Similarly, @code`$0`, @code`$1`,
etc. refer to the arguments at index 0, 1, etc. and @code`$&` refers
to all passed arguments as a tuple.
to all remaining arguments as a tuple.

There is a common macro @code[defn] that can be used for creating functions and
immediately binding them to a name. @code[defn] works as expected at both the
Expand Down