Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
include c:\cxpl\codes; \intrinsic 'code' declarations
|
||||
def Order=7, Size=1<<Order;
|
||||
int X, Y;
|
||||
[SetVid($13); \set 320x200 graphics video mode
|
||||
for Y:= 0 to Size-1 do
|
||||
for X:= 0 to Size-1 do
|
||||
if (X&Y)=0 then Point(X, Y, 4\red\);
|
||||
X:= ChIn(1); \wait for keystroke
|
||||
SetVid(3); \restore normal text display
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue