home *** CD-ROM | disk | FTP | other *** search
- program STI_CalcD; { demonstration of STI_CALC }
-
- uses
- STI_CALC, { the calculator unit }
- Crt; { standard CRT unit }
-
- {---------------------------------------------------------------------------}
-
- begin
- STI_Calculator(10,10,60,20, { screen coordinates }
- White, { text color }
- Green, { border color }
- White+Reverse, { title color }
- 5, { number of decimals }
- 5); { # of point (real:D:E) }
- end.