aboutsummaryrefslogtreecommitdiff
path: root/code
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-07-04 22:42:41 +0100
committerGinger Bill <bill@gingerbill.org>2017-07-04 22:42:41 +0100
commit82696179e8b48a78f7cad2d4b43e0b8a7281f47a (patch)
tree5ef1612462ab90a1bcdca267d3f08822e98037b7 /code
parent188bc28f6a06a29a117b36c9e8c45f0fe08465c7 (diff)
parent240da5c8e047acf14802fe1fc2a9d93fc374ca72 (diff)
Merge branch 'master' of https://github.com/gingerBill/Odin
Diffstat (limited to 'code')
-rw-r--r--code/demo.odin5
1 files changed, 1 insertions, 4 deletions
diff --git a/code/demo.odin b/code/demo.odin
index 4c5039f13..7cfe2cd47 100644
--- a/code/demo.odin
+++ b/code/demo.odin
@@ -251,10 +251,6 @@ explicit_parametric_polymorphic_procedures :: proc() {
a, b = b, a; // Or use this syntax for this silly example case
-
-
-
-
// A more complicated example using subtyping
// Something like this could be used in a game
Vector2 :: struct {x, y: f32};
@@ -412,6 +408,7 @@ when true {
// Command line argument(s)!
// -opt=0,1,2,3
+/*
program := "+ + * - /";
accumulator := 0;