mirror of
https://github.com/janet-lang/janet
synced 2024-12-26 08:20:27 +00:00
md formatting issue.
This commit is contained in:
parent
79184ab05d
commit
7484a396ac
@ -710,7 +710,7 @@ What happens in the following code?
|
|||||||
```
|
```
|
||||||
|
|
||||||
We want the max to be 14, but this will actually evaluate to 12! This can be understood
|
We want the max to be 14, but this will actually evaluate to 12! This can be understood
|
||||||
if we expand the macro. You can expand macro once in janet using the '(macex1 x)` function.
|
if we expand the macro. You can expand macro once in janet using the `(macex1 x)` function.
|
||||||
(To expand macros until there are no macros left to expand, us `(macex x)`. Be careful,
|
(To expand macros until there are no macros left to expand, us `(macex x)`. Be careful,
|
||||||
janet has many macros, so the full expansion may be almost unreadable).
|
janet has many macros, so the full expansion may be almost unreadable).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user