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

5 lines
67 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
BOL
while (!At_EOL) {
Block_Copy(EOL_pos-1, EOL_pos, DELETE)
}