canna have two bars, cap'n

This commit is contained in:
Dave Gauer 2021-05-03 17:02:51 -04:00
parent 1b7155b11d
commit c1371f5659

View file

@ -17,7 +17,7 @@
//
// const foo = digits[0..1]; // 0
// const bar = digits[3..9]; // 3 4 5 6 7 8
// const bar = digits[5..9]; // 5 6 7 8
// const baz = digits[5..9]; // 5 6 7 8
// const all = digits[0..]; // 0 1 2 3 4 5 6 7 8 9
//
// As you can see, a slice [x..y] starts with the index of the