aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-06-29 21:01:07 +0100
committerGinger Bill <bill@gingerbill.org>2017-06-29 21:01:07 +0100
commit33f4af2e195fcaa7a5b4fa7ea25a464f3597f18c (patch)
tree13f325bac18a1e4d96c5628dadc36eb253e3a3d1
parent69f7382eec47cf5c60ba013c49bcc2a5f7f6a279 (diff)
Fix demo
-rw-r--r--code/demo.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/demo.odin b/code/demo.odin
index f96fd3cbe..1b07028ee 100644
--- a/code/demo.odin
+++ b/code/demo.odin
@@ -381,10 +381,10 @@ main :: proc() {
// Command line argument(s)!
// -opt=0,1,2,3
+*/
program := "+ + * - /";
accumulator := 0;
-*/
for token in program {
match token {