9 lines
142 B
Text
9 lines
142 B
Text
data:
|
|
fruits is text list
|
|
len is number
|
|
|
|
procedure:
|
|
push "apple" to fruits
|
|
push "orange" to fruits
|
|
get length of fruits in len
|
|
display len lf
|