Revert demo.odin

This commit is contained in:
gingerBill
2019-07-15 22:41:25 +01:00
parent c7a70be824
commit d26033eb23
+1 -6
View File
@@ -946,12 +946,7 @@ deferred_procedure_associations :: proc() {
} }
main :: proc() { main :: proc() {
x: map[int]int; when true {
x[123] = 123;
fmt.println(x);
fmt.println(x[123]);
when false {
general_stuff(); general_stuff();
union_type(); union_type();
parametric_polymorphism(); parametric_polymorphism();