mirror of
https://codeberg.org/scip/rpnc.git
synced 2025-12-17 20:41:01 +01:00
add edit feature
This commit is contained in:
3
rpn.go
3
rpn.go
@@ -185,7 +185,8 @@ DESCRIPTION
|
||||
Stack manipulation commands: clear clear the whole stack shift remove
|
||||
the last element of the stack reverse reverse the stack elements swap
|
||||
exchange the last two stack elements dup duplicate last stack item undo
|
||||
undo last operation
|
||||
undo last operation edit edit the stack interactively using vi or
|
||||
$EDITOR
|
||||
|
||||
Other commands: help|? show this message manual show manual
|
||||
quit|exit|c-d|c-c exit program
|
||||
|
||||
Reference in New Issue
Block a user