Hi, to everyone!
/I googled it, searched, did everything/
What I am trying to do is a lisp routine to undo last step (command) and use command I was using before "undo" command.
For now it looks like:
.line pt1 pt2 [enter]
.undo [enter] [up arrow] [up arrow] [enter]
(and here I can make line again)
How to make ".undo [enter] [up arrow] [up arrow] [enter]" a simple lisp?