18 lines
467 B
Text
18 lines
467 B
Text
# Define a function to convert a list of strings to a single string.
|
|
join is rest link (' ' eachboth link)
|
|
|
|
iterate (write join reverse (' ' string_split)) \
|
|
\
|
|
\
|
|
'------------ Eldorado ----------' \
|
|
'' \
|
|
'... here omitted lines ...' \
|
|
'' \
|
|
'Mountains the "Over' \
|
|
'Moon, the Of' \
|
|
'Shadow, the of Valley the Down' \
|
|
'ride," boldly Ride,' \
|
|
'replied,--- shade The' \
|
|
'Eldorado!" for seek you "If' \
|
|
'' \
|
|
'Poe Edgar -----------------------'
|