mirror of https://github.com/stelzo/typst.git
Supports: - Closure syntax: `(x, y) => z` - Shorthand for a single argument: `x => y` - Function syntax: `let f(x) = y` - Capturing of variables from the environment - Error messages for too few / many passed arguments Does not support: - Named arguments - Variadic arguments with `..` |
||
|---|---|---|
| .. | ||
| for-pattern.typ | ||
| for.typ | ||
| if.typ | ||
| invalid.typ | ||
| let.typ | ||
| while.typ | ||