Basic renumbering
Renumbering Basic.
Start file
10 PRINT "The actual" 15 PRINT "code doesn't" 16 PRINT "really matter." 20 PRINT "Just take" 25 PRINT "care of" 30 PRINT "the numbers."
End file
10 PRINT "The actual" 20 PRINT "code doesn't" 30 PRINT "really matter." 40 PRINT "Just take" 50 PRINT "care of" 60 PRINT "the numbers."
View Diff
2,6c2,6 < 15 PRINT "code doesn't" < 16 PRINT "really matter." < 20 PRINT "Just take" < 25 PRINT "care of" < 30 PRINT "the numbers." --- > 20 PRINT "code doesn't" > 30 PRINT "really matter." > 40 PRINT "Just take" > 50 PRINT "care of" > 60 PRINT "the numbers."
Solutions
The best way to learn is to practice. Below, you will find some of the solutions other golfers have entered. To unlock higher ranked solutions, submit your own entry which does as well or better than the solutions you can currently see - climb the ladder!
Check out these helpful resources to improve your Vim skills... Game on.
Unlock 1263 remaining solutions by signing in and submitting your own entry
#1264 Dominic Z / @thammaaa - Score: 66 - 12/21/17 @ 12:59
<C-V>GI10<Esc><Esc><C-V>G<C-N><C-A><Esc>ugvgvv<C-A><Esc>uu<C-R><Right><Right><Esc>v<Down><Down><Down><Up><Up><Up><Esc><C-V><Down><Down><Down><Down><Down><Right>d<Left><Left><Down><C-V><Down><Down><Down><Down><C-A><Esc>u<C-V>Gg<C-V><C-A><Esc>u<C-V>Gg<C-A>ZZ
0 comments