mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-29 02:40:05 +00:00
Fix demo
This commit is contained in:
+1
-1
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user