mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 14:30:05 -04:00
14 lines
84 B
Typst
14 lines
84 B
Typst
|
|
#let foo(
|
||
|
|
x,
|
||
|
|
y,
|
||
|
|
) = x + y
|
||
|
|
|
||
|
|
#let bar = {
|
||
|
|
let x = 1
|
||
|
|
x
|
||
|
|
}
|
||
|
|
|
||
|
|
#let baz(x) = {
|
||
|
|
x + 1
|
||
|
|
}
|