[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: PSPP 1.2.0 - PRINT subcommand for DO REPEAT documented, but no
From: |
Nolan Void |
Subject: |
PSPP-BUG: PSPP 1.2.0 - PRINT subcommand for DO REPEAT documented, but not implemented. |
Date: |
Sun, 10 Mar 2019 05:57:04 +0000 |
User-agent: |
Mutt/1.10.1 (2018-07-13) |
In PSP 1.2.0. Confirmed on Gentoo 4.19.23.
Bug description:
The PRINT subcommand for END REPEAT doesn't work, but according to
the manual (14.3 DO REPEAT), it does.
Looking at the code in src/language/control/repeat.c, it looks
like this hasn't been implemented, yet.
To reproduce:
input program.
do repeat x = x0 to x4 /j = 0 to 4.
compute x = j.
end repeat print.
end case.
end file.
end input program.
list.
(or pretty much anything, really).
It should dump the inner calls of DO REPEAT to the listing,
but it doesn't.
Thanks,
Nolan Void
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- PSPP-BUG: PSPP 1.2.0 - PRINT subcommand for DO REPEAT documented, but not implemented.,
Nolan Void <=