.. half closed range; ... open range; ... variadic syntax

This commit is contained in:
Ginger Bill
2017-07-07 23:42:43 +01:00
parent 45353465a6
commit 4b051a0d3b
19 changed files with 151 additions and 167 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ encode :: proc(d: []u16, s: []rune) {
for r in s {
match r {
case 0..<_surr1, _surr3..<_surr_self:
case 0.._surr1, _surr3.._surr_self:
d[n] = u16(r);
n++;