@UncleClive
1 REM Don't blow a gasket
10 LET x%=0; LET y%=0
20 LET r=RAND
30 IF r<0.33 THEN LET u%=0; LET v%=0
40 IF r<0.66 AND r>=0.33 THEN LET u%=192; LET v%=0
50 IF r>=0.66 THEN LET u%=96; LET v%=191
60 LET x%=(x%+u%)/2
70 LET y%=(y%+v%)/2
80 PLOT x%,y%
90 GOTO 20
=> More informations about this toot | More toots from darkling@mstdn.social
@popey Have I broken Clive?
=> More informations about this toot | More toots from darkling@mstdn.social
@darkling he does get upset sometimes
=> More informations about this toot | More toots from popey@mastodon.social
@popey That first one's definitely got bad syntax (I used % sigils for integer variables, and ; instead of : for command separators), but the second attempt should be good.
=> More informations about this toot | More toots from darkling@mstdn.social
@darkling It currently requires a line 10 first.
=> More informations about this toot | More toots from popey@mastodon.social This content has been proxied by September (3851b).Proxy Information
text/gemini