9 lines
153 B
Text
9 lines
153 B
Text
data:
|
|
fruits is text list
|
|
fruit is text
|
|
|
|
procedure:
|
|
split "apple banana orange" by " " in fruits
|
|
for each fruit in fruits do
|
|
display fruit lf
|
|
repeat
|