blob: 5230f44e21bf9866c6e9fb1baa751abc9675369d [file] [log] [blame]
def a = 4
print <selection>a</selection>
a = a+2+a
print a
-----
def a
print 4
a = 4 +2+ 4
print a