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