mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-29 09:24:33 +00:00
Fix demo
This commit is contained in:
@@ -381,10 +381,10 @@ main :: proc() {
|
||||
|
||||
// Command line argument(s)!
|
||||
// -opt=0,1,2,3
|
||||
*/
|
||||
|
||||
program := "+ + * - /";
|
||||
accumulator := 0;
|
||||
*/
|
||||
|
||||
for token in program {
|
||||
match token {
|
||||
|
||||
Reference in New Issue
Block a user