CHAPTERS / CHAPTER 9 · UNDO, REPEAT & SEARCH / C9-06
CHAPTER 9 · BOSS

BOSS: Semicolon Rain

PAR 11 KEYS

Add a semicolon to all five lines. Make the change once, repeat it.

1 let a = 1
2 let b = 2
3 let c = 3
4 let d = 4
5 let e = 5
-- NORMAL --   KEYS 0/11 ERR 0 LAST ·
let a = 1;
let b = 2;
let c = 3;
let d = 4;
let e = 5;
TIME 0:00
READY?
Keys go straight to the buffer. Arrow keys are disabled — that is the point.