How to draw in PascalABC.NET?

For example, I want to plot the sine wave. Please give me complete sample code. Thank you.

uses GraphABC; begin Draw(sin); end.

2 лайка

So I can only plot the predefined curves. What about functions that are not predefined?