RosettaCodeData/Task/Array-length/Stata/array-length-2.stata

4 lines
79 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
local fruits apple orange
di `: list sizeof fruits'
di `: word count `fruits''