This commit is contained in:
Tonton Th
2026-04-25 10:35:17 +02:00
parent 7173a9dc9f
commit 185ee019a8

View File

@@ -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