Evaluate
Documentation for the `eval` function.
Evaluates a string as Typst code.
This function should only be used as a last resort.
Example
Loading compiler...
#eval(
source,
mode: str,
scope: dictionary
) -> anyParameters
Prop
Type
Documentation for the `eval` function.
Evaluates a string as Typst code.
This function should only be used as a last resort.
#eval(
source,
mode: str,
scope: dictionary
) -> anyProp
Type