mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 04:38:16 +00:00
Slice creation for SliceExpr
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
main :: proc() {
|
||||
a : [16]int;
|
||||
b := a[0:1:2];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user