File: repeating.stat

package info (click to toggle)
pspp 0.2.4-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 5,180 kB
  • ctags: 4,791
  • sloc: ansic: 56,977; sh: 1,649; makefile: 395; sed: 93; perl: 18
file content (16 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
title 'Test REPEATING DATA utility'.

input program.
data list /x 1 n 3.
repeating data starts=11-20 /continues=2-11 /length=10 /occurs=n 
	       /id=1=x /data=name 1-5 (a) number 6-10.
end input program.

begin data.
1 3       foo  1    
1bar  2    
1baz  3
end data.

list.