diff options
Diffstat (limited to 'code')
| -rw-r--r-- | code/demo.odin | 2 |
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 { |