diff options
| author | gingerBill <bill@gingerbill.org> | 2018-02-11 11:16:17 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-02-11 11:16:17 +0000 |
| commit | 14eeee40b28c308f894090f0fdb9521ab002952c (patch) | |
| tree | f35cc7d3f99cdda475fd8ba52bef9b672c08846c /examples | |
| parent | 038dea92027badc69024cfe80b3172ac535434a0 (diff) | |
Update demo.odinv0.8.1
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/demo.odin | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/demo.odin b/examples/demo.odin index 063f64e7d..6d768f6c5 100644 --- a/examples/demo.odin +++ b/examples/demo.odin @@ -730,11 +730,9 @@ explicit_procedure_overloading :: proc() { } main :: proc() { - when false { + when true { general_stuff(); - } default_struct_values(); - when false { union_type(); parametric_polymorphism(); threading_example(); |