the start of a new adventure

This commit is contained in:
Tonton Th
2026-04-23 19:25:22 +02:00
parent 0f91f57beb
commit 622e9d6176
8 changed files with 180 additions and 1 deletions

22
usage.md Normal file
View File

@@ -0,0 +1,22 @@
# Usage
Three steps : initialize, use and terminating.
## Initialize
Call the subroutine `genp_init` with two parameters.
The first is an integer and must be 0.
The second is the filename for recording the plottings instructions,
if this filename is an empty string, *stdout* will be used.
## Use it
- call genp_move(x, y)
- call genp_draw(x, y, c)
## Terminator
- call genp_end(0)