RosettaCodeData/Task/Array-length/LDPL/array-length.ldpl

10 lines
142 B
Text
Raw Permalink Normal View History

2023-09-01 09:35:06 -07:00
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