diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-06-29 20:56:18 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-06-29 20:56:18 +0100 |
| commit | 69f7382eec47cf5c60ba013c49bcc2a5f7f6a279 (patch) | |
| tree | c7fa91f6500c48ac4b65c856878b700d7c6a183f /code | |
| parent | 7e3293fc20592bf978b3cb9ceeeb0d88590b2909 (diff) | |
Implicit parametric polymorphic procedures
Diffstat (limited to 'code')
| -rw-r--r-- | code/demo.odin | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/code/demo.odin b/code/demo.odin index 919b5a0a4..f96fd3cbe 100644 --- a/code/demo.odin +++ b/code/demo.odin @@ -367,7 +367,10 @@ explicit_parametric_polymorphic_procedures :: proc() { } + + main :: proc() { +/* general_stuff(); foreign_blocks(); default_arguments(); @@ -381,6 +384,7 @@ main :: proc() { program := "+ + * - /"; accumulator := 0; +*/ for token in program { match token { |