123
877
_ + __
=> 1000
foo = 100
bar = 10
foo * bar
_ + 111
=> 1111
hist
foo = 1000
hist --replay 5..7
=> 10
=> 10000
=> 10111
squares = [1,10,100,100].map do |num|
num * 2
amend-line 2 num ** 2
end
_out_
_in_
123
877
_ + __
=> 1000
foo = 100
bar = 10
foo * bar
_ + 111
=> 1111
hist
foo = 1000
hist --replay 5..7
=> 10
=> 10000
=> 10111
squares = [1,10,100,100].map do |num|
num * 2
amend-line 2 num ** 2
end
_out_
_in_