While and End While statements
I think Tasker is missing a while loop. I understand that there's the GoTo action, but it does not help with how easy it is to see where it begins and thus making it harder to edit.
I want a small improvement in the goto command. Instead of a line number (which is fine), but also a relative line number.
goto -3: 3 lines back
goto +5: 5 lines forward.
The reason is because is very annoying when you edit a small piece of code (add or remove lines) outside the goto loop and break the loop because it points to another place.
Note: I don't want to replace the current behaviour. Just add as a new goto type