mirror of
https://github.com/typst/typst
synced 2025-05-15 01:25:28 +08:00
6 lines
104 B
Typst
6 lines
104 B
Typst
// SKIP
|
|
#import "cycle1.typ": *
|
|
#let val = "much cycle"
|
|
|
|
This is the second element of an import cycle.
|