Hmm... Well, here was my original code:
1 2 3 4 5
| Repeat getKey(15) getKey->K X-(K=...)+(K=...)->X Y-(K=...)+(K=...)->Y
|
That ran almost at the same speed as BASIC. My new code is the same, but I don't store getKey to K and instead of (K=...), I use (getKey(...)). Now it runs extremely fast.
