home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume10 / ifp / part01 / fproot / demo / Permute < prev    next >
Encoding:
Text File  |  1987-07-05  |  178 b   |  9 lines

  1. DEF Permute AS
  2.    IF null THEN #<<>>
  3.    ELSE
  4.       [id,length|iota] | distl |
  5.       EACH
  6.      [pick,[takel|tlr,dropl]|cat|Permute] | distl | EACH apndl END
  7.       END | cat
  8.    END; 
  9.