# The direction must be determined at compile time to set relations.
# Otherwise, return False.
if len(args) < 3:
- self.step = ExprNodes.IntNode(pos = sequence.pos, value='1')
+ self.step = ExprNodes.IntNode(pos = args[0].pos, value='1')
self.relation1 = '<='
self.relation2 = '<'
return True
# i to overflow. Specifically, if this option is set, an error will be
# raised before the loop is entered, wheras without this option the loop
# will execute util a overflowing value is encountered.
-convert_range = 0
\ No newline at end of file
+convert_range = 0