Chris Warren-Smith
Chris Warren-Smith
``` x1 = 20 x2 = 100 y1 = 20 y2 = 100 while 1 print x1 + " " + y1 + " " + x2 + " "...
``` x1 = 20 x2 = 100 y1 = 20 y2 = 100 while 1 print x1 + " " + y1 + " " + x2 + " "...
The appImage shuts down (new start of SmallBASIC.AppImage needed) after pressed CTRL + B three times (1st and 2nd CTRL+ B doesn't work). This issue is with code using `w...
The appImage shuts down (new start of SmallBASIC.AppImage needed) after pressed CTRL + B three times (1st and 2nd CTRL+ B doesn't work). This issue is with code using `w...
``` sub huh 'local k - workaround to avoid polluting foo's k print k 'invalid: prints 123 k = 999 end sub foo local k k = 123 huh() print...
``` sub huh 'local k - workaround to avoid polluting foo's k print k 'invalid: prints 123 k = 999 end sub foo local k k = 123 huh() print...
two copies of scratch.bas can appear but only one can be deleted
two copies of scratch.bas can appear but only one can be deleted
two copies of scratch.bas can appear but only one can be deleted
- can't draw object over image showing/image.show() - image.save() to array the rgb components become bgr (it is different with pc version) - pen control location return fail when touch...