Example grammar: `number test <number> through [<number>]: insert(number_2 or "none")` Say "number test three through" and it should print "none", but results in IndexError.
Example grammar:
number test <number> through [<number>]: insert(number_2 or "none")Say "number test three through" and it should print "none", but results in IndexError.