Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PLOT OVER 1; causes an error warning #25

Closed
Tailzer opened this issue Sep 11, 2020 · 0 comments
Closed

PLOT OVER 1; causes an error warning #25

Tailzer opened this issue Sep 11, 2020 · 0 comments

Comments

@Tailzer
Copy link

Tailzer commented Sep 11, 2020

if you add the OVER 1 command to PLOT followed by semicolon it causes the extension to think there is an error?
This is the code that created the error.
5 LET x=0
10 LET t=0.1
20 IF INKEY$="p" THEN GO TO 35
30 GO TO 10
35 LET x0=x
40 LET x=x+t
45 IF x>=255 THEN LET x=0
50 PLOT OVER 1;x0,0: PLOT x,0
55 LET t=t+.2
60 GO TO 20
image

@Tailzer Tailzer closed this as completed Sep 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant