mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-05 22:48:42 +00:00
8 lines
162 B
Text
8 lines
162 B
Text
struct \struct-with-ref =
|
|
& @\int`_
|
|
|
|
decl test-memory : -> \unit
|
|
def test-memory = {
|
|
let unique-ref1 <- \int..new: 5
|
|
var unique-ref2 <- \array..of: 1 2 3
|
|
}
|