form(s)


  <center>
  <table border=1>
  <tr><td valign=top>
  <form>
  <textarea id="picture1input" rows="23" cols="50">
  setBorder(0)
  initPicture(-5,5)
  axes(2, 1, "labels", 1)
  
  stroke = "blue"
  plot("sin(x)")
  
  stroke = "red"
  plot(["5*t*cos(pi*t)", "5*t*sin(pi*t)"],0,1)
  
  stroke = "green"
  strokewidth = "2"
  marker = "arrowdot"
  line([0,1], [pi/2,1])
  dot([pi,0], "open", cpi)
  
  text([-2.5,-2.5], "ASCIIsvg Example")
  </textarea>
  
  </form>