mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
3 lines
46 B
Typst
3 lines
46 B
Typst
#let (a, b) = (1, 1);
|
|
#a = 1
|
|
#(a, b) = (b, a)
|