All pastes #99419 Raw Edit

Untitled

public text v1 · immutable
#99419 ·published 2006-07-25 08:58 UTC
rendered paste body
:start

#Append the line to hold space
H
# If at the last line jump to print
$ b print
#Proceed on next line
n
# otherwise jump to start
b start

:print
#replace patternspace with holdspace
g
#print patternspace
p