Browse Source

Update demo.odin

gingerBill 7 years ago
parent
commit
14eeee40b2
1 changed files with 1 additions and 3 deletions
  1. 1 3
      examples/demo.odin

+ 1 - 3
examples/demo.odin

@@ -730,11 +730,9 @@ explicit_procedure_overloading :: proc() {
 }
 }
 
 
 main :: proc() {
 main :: proc() {
-	when false {
+	when true {
 		general_stuff();
 		general_stuff();
-	}
 		default_struct_values();
 		default_struct_values();
-	when false {
 		union_type();
 		union_type();
 		parametric_polymorphism();
 		parametric_polymorphism();
 		threading_example();
 		threading_example();