2 lines
46 B
Text
2 lines
46 B
Text
def x = 'little'
|
|
println "Mary had a $x lamb"
|
def x = 'little'
|
|
println "Mary had a $x lamb"
|