Documentation: New example for the temporary command
[pspp] / doc / pspp-figures / temporary.sps
diff --git a/doc/pspp-figures/temporary.sps b/doc/pspp-figures/temporary.sps
new file mode 100644 (file)
index 0000000..1582806
--- /dev/null
@@ -0,0 +1,17 @@
+data list notable /x 1-2.
+begin data.
+ 2
+ 4
+10
+15
+20
+24
+end data.
+
+compute x=x/2.
+
+temporary.
+compute x=x+3.
+
+descriptives x.
+descriptives x.