langs a-z
This commit is contained in:
parent
db842d013d
commit
d066446780
11389 changed files with 98361 additions and 1020 deletions
|
|
@ -0,0 +1,7 @@
|
|||
include c:\cxpl\codes; \intrinsic 'code' declarations
|
||||
[SetVid($112); \set 640x480 graphics in 24-bit color
|
||||
Move(10, 20); \set start of line segment
|
||||
Line(600, 400, $123456);\draw line segment, red=$12, green=$34, blue=$56
|
||||
if ChIn(1) then []; \wait for keystroke while viewing graphic screen
|
||||
SetVid(3); \restore normal text mode
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue