all tasks
This commit is contained in:
parent
b83f433714
commit
68f8f3e56b
14735 changed files with 178959 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