Metropoli BBS
VIEWER: sam259.c MODE: TEXT (ASCII)
#define INCLUDES APLCB+APLMAIN+STDIO
#include "includes.h"
main()
{
     Endoper; Quadout; Indxsub; Litvect; Partitn; Reshape;
     #include "aplinit.h"

     endoper(quadout(partitn(
		litvect("1 0 1 1"), /* left */
		reshape(litvect("4 3"),indxsub(12)), /* right */
		litvect("1")  /* axis */
	)));
}

[ RETURN TO DIRECTORY ]