   echo = 1 (on)
? \p19
   realprecision = 19 significant digits
? gettime;t=plothsizes();
? plotinit(0,t[1]-11,t[2]-11)
? plotscale(0,0,1000,0,1000);
? plotbox(0,500,500)
? plotdraw([0,0,0])
? psdraw([0,0,0])
? plotcolor(0,2);
? plotmove(0,0,900);plotlines(0,900,0)
? plotlines(0,vector(5,k,50*k),vector(5,k,10*k*k))
? plotmove(0,243,583);plotcursor(0)
[243, 583]
? plot(x=-5,5,sin(x))

0.9995545 x""x_''''''''''''''''''''''''''''''''''_x""x'''''''''''''''''''|
          |    x                                _     "_                 |
          |     x                              _        _                |
          |      x                            _                          |
          |       _                                      "               |
          |                                  "            x              |
          |        x                        _                            |
          |                                                "             |
          |         "                      x                _            |
          |          _                                                   |
          |                               "                  x           |
          ````````````x``````````````````_````````````````````````````````
          |                                                   "          |
          |            "                x                      _         |
          |             _                                                |
          |                            "                        x        |
          |              x            _                                  |
          |               _                                      "       |
          |                          "                            x      |
          |                "        "                              x     |
          |                 "_     "                                x    |
-0.999555 |...................x__x".................................."x__x
          -5                                                             5
? ploth(x=-5,5,sin(x))
[-5.000000000000000000, 5.000000000000000000, -0.9999964107564721649, 0.9999
964107564721649]
? ploth(t=0,2*Pi,[sin(5*t),sin(7*t)])
[0.E-307, 6.283185307179586232, -0.9999987638285974256, 0.999998763828597425
6]
? ploth(t=0,2*Pi,[sin(5*t),sin(7*t)],1,100)
[-0.9998741276738750683, 0.9998741276738750683, -0.9998741276738750683, 0.99
98741276738750683]
? ploth(t=0,2*Pi,[sin(5*t),sin(7*t)],2,100)
  *** ploth: multi-curves cannot be plot recursively.
? ploth(t=0,2*Pi,[sin(5*t),sin(7*t)],3,100)
[-1.000000000000000000, 1.000000000000000000, -1.000000000000000000, 1.00000
0000000000000]
? plothraw(vector(501,k,k-1),vector(501,k,(k-1)*(k-1)/500));
? plothraw(vector(501,k,k-1),vector(501,k,(k-1)*(k-1)/500),1);
? plotpoints(0,225,334)
? plotpoints(0,vector(10,k,10*k),vector(10,k,5*k*k))
? psploth(x=-5,5,sin(x));
? psplothraw(vector(501,k,k-1),vector(501,k,(k-1)*(k-1)/500),1);
? plotmove(0,50,50);plotrbox(0,50,50)
? plotrline(0,150,100)
? plotcolor(0,4);
? plotcursor(0)
[200, 150]
? plotrmove(0,5,5);plotcursor(0)
[205, 155]
? plotrpoint(0,20,20)
? plotmove(0,100,100);plotstring(0,Pi)
? plotmove(0,200,200);plotstring(0,"(0,0)")
? plotdraw([0,10,10])
? psdraw([0,10,10])
? print("Total time spent: ",gettime);
Total time spent: 130
? \q
