Maple format test

   1 A := proc() 
   2 global f,t; 
   3 local x,y,z;
   4     f := ()->x+y();
   5     y := ()->z^2;
   6     t := ()->x+z;
   7     x,z := 0,1;
   8     NULL;
   9 end proc:
  10 A(); #comment

MapleTest (last edited 2008-07-08 22:54:03 by staticline17471)