examples: Change extensions from .stat to .sps.
[pspp] / examples / descript.stat
diff --git a/examples/descript.stat b/examples/descript.stat
deleted file mode 100644 (file)
index 3a3e2f3..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-title 'Demonstrate DESCRIPTIVES procedure'.
-
-* Sample syntax file for PSPP.
-* Run this syntax file with the command:
-*                 pspp example.stat
-* Output is written to the file "pspp.list".
-
-data list / v0 to v2 1-9.
-begin data.
- 12 12 89
- 34 12 80
- 56 12 77
- 78 12 73
- 90 91
- 37 97 85
- 52    82
- 12    79
- 26 78 76
- 29 13 71
-end data.
-
-descript all/stat=all/format=serial.