TrustedUser
2,147
edits
m |
(→Example: Fix syntax highlighting) |
||
Line 22: | Line 22: | ||
== Example == | == Example == | ||
< | <source lang="cpp"> | ||
//basic steps needed to create | //basic steps needed to create | ||
//and display a screen object | //and display a screen object | ||
Line 30: | Line 30: | ||
position(o2,80,120); | position(o2,80,120); | ||
draw(o2); | draw(o2); | ||
</ | </source> | ||
== Technical Information == | == Technical Information == |