This commit is contained in:
Pavel Zwerschke 2023-08-21 22:31:44 +02:00 committed by GitHub
parent 522708b9df
commit 3c47a7795c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -283,7 +283,7 @@ ways:
- **Import items:** `{import "bar.typ": a, b}` \
Evaluates the file at the path `bar.typ`, extracts the values of the variables
`a` and `b` (that need to be defined in `bar.typ`, e.g. through `{let}`
bindings) and defines them in the current file.Replacing `a, b` with `*` loads
bindings) and defines them in the current file. Replacing `a, b` with `*` loads
all variables defined in a module.
Instead of a path, you can also use a [module value]($type/module), as shown in