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

  1. FROM /sys IMPORT
  2.    apndl,apndr,apply,assoc,cat,distl,distr,dropl,dropr,explode,id,implode,
  3.    iota,length,patom,pick,repeat,reverse,takel,taker,tl,tlr,trans;
  4.  
  5. FROM /math/arith IMPORT
  6.    +,-,*,%,add1,arccos,arcsin,arctan,cos,div,exp,ln,
  7.    max,min,mod,minus,power,prod,sin,sqrt,sub1,sum,tan;
  8.  
  9. FROM /math/logic IMPORT
  10.    <,<=,=,~=,>=,>,~,and,all,any,atom,boolean,false,longer,member,null,
  11.    numeric,odd,or,pair,shorter,xor; 
  12.  
  13.