|
|
|
|
|
by daveloyall
3978 days ago
|
|
> [...] "2 l k. 2" pushes the number 2 onto the stack, signifying to run a function twice. l pushes a line reference onto the stack, indicating that [...] > [...] "22 L" will go to line 22 [...] This is what you get for posting about your functions before implementing them. :) |
|
Much like in vim: "f" searches _forward_ while "F" searches _backwards_. Perfectly valid. I see no implementation hurdles here.