#define INCLUDES APLCB+APLMAIN+STDIO #include "includes.h" main() { Chrvect; Compute; Disclose; Endoper; Quadout; #include "aplinit.h" endoper( quadout( disclose( compute(chrvect("(2 3 4) (5 6)")), NULL ) ) ); /* --------------------------------> 2 3 4 */ /* 5 6 0 */ }