array literals

This commit is contained in:
2025-06-07 13:27:22 +02:00
parent c3badb609c
commit 252efd914e
7 changed files with 61 additions and 64 deletions

View File

@@ -1,5 +1,5 @@
func main[] : I64
let xs: Array = Array.new()
let xs: Array = [5849, 3869, 2859]
Array.push(xs, 5242)
Array.push(xs, 6533)
Array.push(xs, 4574)