gr_samp.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 22 行
GML
22 行
.np
This chapter contains two sample programs that make use of the
&company &lang Graphics Library.
These programs demonstrate some of the more advanced capabilities of the
library.
.np
The first program displays the text string "WATCOM &lang Graphics".
The text sweeps in from the top and bottom of the screen, gradually
increasing in size as it approaches the centre of the screen.
.np
The second program draws bar and pie charts.
The two charts are drawn side by side on the screen.
.*
.npsection Display of "WATCOM &lang GRAPHICS"
.code begin
.im grdemo1.&langsuff
.code end
.npsection Bar and Pie Charts
.code begin
.im grdemo2.&langsuff
.code end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?