Skip to content

Commit

Permalink
Update line.rst
Browse files Browse the repository at this point in the history
Syntax errors in the example code, fixed. The errors were RST errors, not SuperBASIC.
  • Loading branch information
NormanDunbar committed Jul 1, 2019
1 parent f3e3d07 commit 399624a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/source/L/line.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ A simple demonstration program::
160 INK RND(7)
170 FOR i=1 TO 360 STEP xstep
180 ix=RAD(i)
190 LINE 50,50 TO 50+COS(ix)\*50,50+SIN(ix)\*50
190 LINE 50,50 TO 50+COS(ix)*50,50+SIN(ix)*50
200 END FOR i
210 END REPeat loop

Expand Down

0 comments on commit 399624a

Please sign in to comment.