diff options
| author | gingerBill <bill@gingerbill.org> | 2018-08-17 15:26:29 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-08-17 15:26:29 +0100 |
| commit | e326f41d16668fc317f14e2d4bb1304d2cfb41dc (patch) | |
| tree | 49e59be34c491183fe0c94f9226a073f2c19581c /examples | |
| parent | 1d0ac72e4a6851effe0a9310a26974675c177cc1 (diff) | |
Fix demo
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/demo/demo.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo/demo.odin b/examples/demo/demo.odin index bab7caf0c..05680de16 100644 --- a/examples/demo/demo.odin +++ b/examples/demo/demo.odin @@ -765,7 +765,7 @@ bit_set_type :: proc() { } main :: proc() { - when false { + when true { general_stuff(); union_type(); parametric_polymorphism(); |