Halcyon/demo.lang

4 lines
66 B
Plaintext
Raw Normal View History

2024-10-22 11:27:39 -05:00
Point :: struct {x: integer};
a : integer : 10;
p :: Point{x: a};