RosettaCodeData/Task/Reverse-a-string/Vedit-macro-language/reverse-a-string-2.vedit

5 lines
67 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
BOL
while (!At_EOL) {
Block_Copy(EOL_pos-1, EOL_pos, DELETE)
}