Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
27
Task/Here-document/Scala/here-document.scala
Normal file
27
Task/Here-document/Scala/here-document.scala
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
object temp {
|
||||
val MemoriesOfHolland=
|
||||
"""Thinking of Holland
|
||||
|I see broad rivers
|
||||
|slowly chuntering
|
||||
|through endless lowlands,
|
||||
|rows of implausibly
|
||||
|airy poplars
|
||||
|standing like tall plumes
|
||||
|against the horizon;
|
||||
|and sunk in the unbounded
|
||||
|vastness of space
|
||||
|homesteads and boweries
|
||||
|dotted across the land,
|
||||
|copses, villages,
|
||||
|couchant towers,
|
||||
|churches and elm-trees,
|
||||
|bound in one great unity.
|
||||
|There the sky hangs low,
|
||||
|and steadily the sun
|
||||
|is smothered in a greyly
|
||||
|iridescent smirr,
|
||||
|and in every province
|
||||
|the voice of water
|
||||
|with its lapping disasters
|
||||
|is feared and hearkened.""".stripMargin
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue