home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 500 / 471 / rccl202 < prev    next >
Text File  |  1987-03-02  |  217b  |  17 lines

  1. #include "../h/rccl.h"
  2.  
  3. pumatask()
  4. {
  5.     printrn(
  6.         rpym(
  7.             trslm(
  8.                 rpym(
  9.                     trslm(
  10.                         newtrans("T",const),
  11.                     10., 20., 30.),
  12.                 10., 0., 0.),
  13.             10., 10., 10.),
  14.         0., 20., 0.),
  15.      stdout);
  16. }
  17.