Skip to content

Commit 2fa254a

Browse files
committed
Mention block syntax in README as well
1 parent cdf7053 commit 2fa254a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,5 @@ using A
7070
```
7171

7272
`@reexport @another_macro <import or using expression>` first expands `@another_macro` on the expression, making `@reexport` with other macros.
73+
74+
`@reexport begin ... end` will apply the reexport macro to every expression in the block.

0 commit comments

Comments
 (0)