Draw Polyline/Polygon

Purpose

Syntax
 
Opcode format Opcode

[ASCII] (Hex)

Operand Format Comments
Single-byte, readable operand [P] (50) [<ws>]<ICount>[<ws><IXi>,<IYi>]+ Draws either a dot, a line, a polyline, or a polygon. Absolute coordinates.
Single-byte, binary operand [p] (70) <BCount>[<USEcount>][<LXi><LYi>]+ Polyline/polygon, relative coordinates
- [Ctrl-p] (10) <BCount>[<USEcount>][<SXi><SYi>]+ Polyline/polygon, relative coordinates
Details Notes