aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/typst/for.typ
blob: 95fe60e9ab941a06b3c684d4e6bf0c3dca70abca (plain) (blame)
1
2
3
4
5
6
7
8
#for x in (1, 2, 3) {
	x
}

#for x in (1, 2, 3) {
	let y = x + 1
	y
}