mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 12:48:14 +00: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