Reverse words in a string: Difference between revisions

m
Line 948:
 
=={{header|Elena}}==
ELENA 4.x1:
<lang elena>import extensions;
import system'routines;
Line 954:
public program()
{
var text := new string[]{::("---------- Ice and Fire ------------",
"",
"fire, in end will world the say Some",
Line 963:
"... elided paragraph last ...",
"",
"Frost Robert -----------------------"});
text.forEach:(line)
Anonymous user