doc/automake.mk: Remove comment which is no longer appropriate
[pspp] / doc / examples / count.sps
1 get file="hotel.sav".
2
3 count low_counts = v1 v2 v3 (low thru 2).
4
5 list /variables v1 v2 v3 low_counts.