more doc
This commit is contained in:
7
usage.md
7
usage.md
@@ -16,8 +16,11 @@ if this filename is an empty string, *stdout* will be used.
|
|||||||
|
|
||||||
## Use it
|
## Use it
|
||||||
|
|
||||||
- call genp_move(x, y)
|
- real xa, ya, xb, yb
|
||||||
- call genp_draw(x, y, c)
|
- integer color
|
||||||
|
- call genp_move(xa, ya)
|
||||||
|
- call genp_draw(xa, ya, color)
|
||||||
|
- call genp_line(xa, ya, xb, yb, color)
|
||||||
|
|
||||||
## Terminator
|
## Terminator
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user