mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-23 22:25:00 -07:00
Remove enum for favour of Go-style enumerations
This commit is contained in:
+3
-3
@@ -29,8 +29,8 @@ const (
|
||||
EB;
|
||||
);
|
||||
|
||||
|
||||
proc main() {
|
||||
fmt.println(X, Y, Z);
|
||||
fmt.println(A, B, C);
|
||||
fmt.println(KB, MB, GB, TB, PB, EB);
|
||||
var x = 123;
|
||||
fmt.println(x);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user