I know I can use jump
to set the program counter to a specific line and so I can skip one ore more lines (or execute some lines again). Can I easily just skip the next line without having to enter line numbers?
This would be very convenient to "comment out" something at run time.