Slice creation for SliceExpr

This commit is contained in:
gingerBill
2016-08-03 14:17:13 +01:00
parent 41e7cadb8d
commit 0e92166d44
10 changed files with 317 additions and 112 deletions
+3
View File
@@ -1,2 +1,5 @@
main :: proc() {
a : [16]int;
b := a[0:1:2];
}