Closed nklopstock611 closed 10 months ago
Add feature for L and R similar to move until, but it's move until not. I'm not sure about the syntax, but an example for now would be: L !'$'. So, it moves left until it finds a char different from '$'.
L
R
L !'$'
done!
Add feature for
L
andR
similar to move until, but it's move until not. I'm not sure about the syntax, but an example for now would be:L !'$'
. So, it moves left until it finds a char different from '$'.