projects
/
pspp-builds.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove erroneously commited diagnostic statement
[pspp-builds.git]
/
tests
/
bugs
/
computebug.stat
1
DATA LIST LIST
2
/A (A161)
3
B (A3).
4
5
BEGIN DATA
6
abc def
7
ghi jkl
8
END DATA.
9
10
COMPUTE A=upcase(A).
11
EXECUTE.
12
LIST.
13
14