Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
8
Task/Here-document/Groovy/here-document-1.groovy
Normal file
8
Task/Here-document/Groovy/here-document-1.groovy
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
println '''
|
||||
Time's a strange fellow;
|
||||
more he gives than takes
|
||||
(and he takes all) nor any marvel finds
|
||||
quite disappearance but some keener makes
|
||||
losing, gaining
|
||||
--love! if a world ends
|
||||
'''
|
||||
18
Task/Here-document/Groovy/here-document-2.groovy
Normal file
18
Task/Here-document/Groovy/here-document-2.groovy
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
def expired='defunct'
|
||||
def horse='stallion'
|
||||
def christ='Jesus'
|
||||
|
||||
println """
|
||||
Buffalo Bill's
|
||||
${expired}
|
||||
who used to
|
||||
ride a watersmooth-silver
|
||||
${horse}
|
||||
and break onetwothreefourfive pigeonsjustlikethat
|
||||
${christ}
|
||||
|
||||
he was a handsome man
|
||||
and what i want to know is
|
||||
how do you like your blueeyed boy
|
||||
Mister Death
|
||||
"""
|
||||
Loading…
Add table
Add a link
Reference in a new issue