doc: Move output examples from "examples" to "pspp-figures".
[pspp] / doc / pspp-figures / descriptives.sps
1 get file='physiology.sav'.
2
3 descriptives
4         /variables = height temperature
5         /save.
6
7 descriptives
8         /variables = zheight ztemperature.