© 2026 Hedgehog Software, LLC
./spawnlang --run main.sp
module main fn main() { x := [1, 2, 3] println(x[1]) }