mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
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 `..`
Description
Languages
Rust
85.5%
Typst
13.9%
TypeScript
0.3%
HTML
0.2%
Nix
0.1%