diff --git a/src/ifstatement.go b/src/ifstatement.go index 9727517..960da3a 100644 --- a/src/ifstatement.go +++ b/src/ifstatement.go @@ -69,7 +69,7 @@ func parseIfStatement(code UNPARSEcode, index int, codeline []UNPARSEcode) (ifst }, i, codeline, - 1, + 2, ) if err.EXISTS || !worked { return ifstatement{}, worked, err, step