X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=examples%2Fgrid.sps;h=ea7f9d7454e65d3637e7feb08d39103dc8b59873;hb=HEAD;hp=cfaa80a627c94569adc4ab16f738acea633d3a99;hpb=607e56902621712d252ed90ca7df6e5285f6a56d;p=pspp-builds.git diff --git a/examples/grid.sps b/examples/grid.sps index cfaa80a6..ea7f9d74 100644 --- a/examples/grid.sps +++ b/examples/grid.sps @@ -3,7 +3,7 @@ COMMENT -*-pspp-*- . COMMENT This program is useful for testing the behaviour of the Data and Variable Sheets. input program. - vector var(500 F8.3). +vector var(500 F8.3). loop #c = 1 to 1000. loop #v = 1 to 500. compute var(#v) = #v + #c / 1000. @@ -13,6 +13,8 @@ input program. end file. end input program. +variable label var1 'First variable' var2 'Second variable' var3 'Third variable'. + save outfile='grid.sav'. execute.