10 lines
153 B
Text
10 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
|