aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2019-07-15 22:41:25 +0100
committergingerBill <bill@gingerbill.org>2019-07-15 22:41:25 +0100
commitd26033eb23c74ae4fc83dc6aaf2f2ec6571f2661 (patch)
treef5ef9bcce01cb8f7f0991c386ee26bb90394547d /examples
parentc7a70be8240f150c159ab51f76ee776067d9a99b (diff)
Revert demo.odin
Diffstat (limited to 'examples')
-rw-r--r--examples/demo/demo.odin7
1 files changed, 1 insertions, 6 deletions
diff --git a/examples/demo/demo.odin b/examples/demo/demo.odin
index 298af6e32..206fa4a2d 100644
--- a/examples/demo/demo.odin
+++ b/examples/demo/demo.odin
@@ -946,12 +946,7 @@ deferred_procedure_associations :: proc() {
}
main :: proc() {
- x: map[int]int;
- x[123] = 123;
- fmt.println(x);
- fmt.println(x[123]);
-
- when false {
+ when true {
general_stuff();
union_type();
parametric_polymorphism();