From 80f065385b2d65c44a0e7546a87c8d269c477b87 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 25 Sep 2007 04:04:02 +0000 Subject: [PATCH] Make this example work on the newest version of PSPP. --- examples/descript.stat | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/examples/descript.stat b/examples/descript.stat index 2f2ad562..3a3e2f3c 100644 --- a/examples/descript.stat +++ b/examples/descript.stat @@ -1,16 +1,9 @@ title 'Demonstrate DESCRIPTIVES procedure'. -remark EOF - Sample syntax file for PSPP. - (This comment will appear in the output.) -EOF - -/* run this syntax file with the command: -/* pspp example.stat -/* -/* Output is written to the file "pspp.list". -/* -/* (This comment will not appear in the output.) +* 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. -- 2.30.2