Next: Statistics, Previous: Data Selection, Up: Top [Contents][Index]
This chapter documents PSPP commands used for conditional execution, looping, and flow of control.
| • BREAK: | Exit a loop. | |
| • DO IF: | Conditionally execute a block of code. | |
| • DO REPEAT: | Textually repeat a code block. | |
| • LOOP: | Repeat a block of code. |