Question — WTH is: FOR j = 1 TO 10 ^ 7 - ekran ^ (1.5) * 1 * 10 ^ 4: NEXT
A loop with a complex formula that does nothing?? What purpose does it hold? Is it just there to help obfuscate the code, or to purposefully use a ton of CPU power just counting nothing?? What’s it for?
If it’s just to delay printing, why not use a SLEEP, _DELAY, or _LIMIT command inside the loop instead, and play nice with the CPU without needing the obtuse complexity.