6 lines
216 B
Text
6 lines
216 B
Text
|
|
(let N 41
|
||
|
|
(unless (= N 42) (! setq N 42)) ) # '!' is a breakpoint
|
||
|
|
(setq N 42) # Manually fix the value
|
||
|
|
! # Hit ENTER to leave the breakpoint
|
||
|
|
-> 42
|