4 lines
83 B
Groovy
4 lines
83 B
Groovy
new File("myFile.txt").text = """a big string
|
|
that can be
|
|
splitted over lines
|
|
"""
|