// // test script for timer command // pagelength = 10000; ring r = 13,(x,y),dp; r; "--------------------------"; timer=1; poly s1=x2; s1; "------------------------"; timer =20; s1; "-----------------------"; timer=0; s1; "------------------------"; listvar(all); kill r; $;