RosettaCodeData/Task/Array-length/LDPL/array-length.ldpl
2023-09-01 09:35:06 -07:00

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