Draw Curve in Small Basic

Small Basic doesn't have operations to draw curve.  But you can easily to draw a Bezier curve.

Today I'd like to show how to draw quadratic Bezier curve in Small Basic.

Quadratic Bezier curve needs three control points.  Click three control points with my demo program KJG712.  Then you can get drawing curve animation like following picutre.