Halcyon/demo.lang
2024-10-22 11:27:39 -05:00

4 lines
66 B
Plaintext

Point :: struct {x: integer};
a : integer : 10;
p :: Point{x: a};