7 lines
98 B
Groovy
7 lines
98 B
Groovy
|
|
def gString = "${string} ere I saw Elba"
|
||
|
|
|
||
|
|
println gString
|
||
|
|
|
||
|
|
//Outputs:
|
||
|
|
//Able was I ere I saw Elba
|