mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-20 12:44:59 -07:00
default: to case:; no_alias to #no_alias
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ main :: proc() {
|
||||
case '-': accumulator -= 1;
|
||||
case '*': accumulator *= 2;
|
||||
case '/': accumulator /= 2;
|
||||
default: // Ignore everything else
|
||||
case: // Ignore everything else
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user