Ginger Bill 8 years ago
parent
commit
33f4af2e19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/demo.odin

+ 1 - 1
code/demo.odin

@@ -381,10 +381,10 @@ main :: proc() {
 
 
 	// Command line argument(s)!
 	// Command line argument(s)!
 	// -opt=0,1,2,3
 	// -opt=0,1,2,3
+*/
 
 
 	program := "+ + * - /";
 	program := "+ + * - /";
 	accumulator := 0;
 	accumulator := 0;
-*/
 
 
 	for token in program {
 	for token in program {
 		match token {
 		match token {