#define INCLUDES APLCB+APLMAIN+STDIO
#include "includes.h"
main()
{
Endoper; Ilt; Indxsub; Itimes; Outrprd; Quadout;
#include "aplinit.h"
endoper( /* ----------------------> 1 2 3 4 5 */
quadout( /* 2 4 6 8 10 */
outrprd( /* 3 6 9 12 15 */
itimes,
indxsub(3),
indxsub(5)
)
)
);
endoper( /* ---------------------> 0 1 1 1 1 */
quadout( /* 0 0 1 1 1 */
outrprd( /* 0 0 0 1 1 */
ilt,
indxsub(3),
indxsub(5)
)
)
);
}