Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfc committed Nov 2, 2023
1 parent 8eb16d8 commit 7faaeb3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions parser/_instance/instance5/cmd.gop
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
var a [2]int

if 0 < a[0] {
println a
println M[int]{1}
println T[int]{a:1,b:2}
println T[int]{a: 1, b: 2}
}

for _, i := range []int{7, 42} {
println i
}
}

0 comments on commit 7faaeb3

Please sign in to comment.