mirror of https://github.com/stelzo/typst.git
- join("a", "b", "c", sep: ", ")
- int("12")
- float("31.4e-1")
- str(10)
- sorted((3, 2, 1))
|
||
|---|---|---|
| .. | ||
| basics.typ | ||
| collection.typ | ||
| color.typ | ||
| math.typ | ||