This commit is contained in:
Ginger Bill
2017-06-29 21:01:07 +01:00
parent 69f7382eec
commit 33f4af2e19

View File

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