350
edits
Tobiaszimmer (talk | contribs) |
Tobiaszimmer (talk | contribs) |
||
Line 54: | Line 54: | ||
void draw(){ | void draw(){ | ||
beginRecord(hpgl); | beginRecord(hpgl); | ||
// your code here (the graphics you | // your code here (the graphics you want to export as hpgl file) | ||
endRecord(); | endRecord(); | ||
} | } |
edits