RosettaCodeData/Task/String-interpolation--included-/Groovy/string-interpolation--included-.groovy
Ingy döt Net 68f8f3e56b all tasks
2013-04-11 01:07:29 -07:00

2 lines
81 B
Groovy

def adj = 'little'
assert 'Mary had a little lamb.' == "Mary had a ${adj} lamb."