4 (C4) /* next, calling the function DISOWN will set TTYOFF to TRUE and
5 DYNAMALLOC to TRUE and then disown the running macsyma.
6 The BATCH will continue though with results still going to the
13 (C5) /* You might one to have your job start running later.
14 here I'll just sleep for 3 minutes. */
20 (C6) /* Next do a computation */
27 (C7) for j:1 thru 5 do print (j,f(j));
33 Totaltime= 185 msec. GCtime= 5 msec.
36 (C8) /* Next close the writefile, naming it something useful. */
38 CLOSEFILE(BATCH,DEMCRF);