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

9 lines
65 B
Plaintext

clear
input str10 fruit
apple
orange
end
di _N
di c(N) " " c(k)