Thanks for help.
With regard to the code (source).
Copied, pasted, by pressing F5 and it worked. (finally)
A question, what do you mean ?
You can make this work these days without INLINE, using Polyvector!
If I prescribe each point as an array then the computer just hangs.
In this case, such a scheme is not suitable.
scrx = 640; scry = 480;
max = (scrx * scry); dim x[max]; dim y[max];
for d = 0 max - 1;
sepixel x[d], y[d], rgb(250, 250, 250);
next;