blob: bc03b22572d4836609b8b19a846ec7bca6311c90 [file] [log] [blame]
x = 5
print x
x = 7
print <selection>x</selection>
-----
x = 5
print x
print 7