smallbasic

How do I change the turtle image in Small Basic?

There seem to be no property for an image to use at all, even though it has complete API for movement. ...

Displaying Image On SmallBASIC

I want to display a image using SmallBASIC. For this I've started by searching on the references, then I found a reference for IMAGE, that is like this: IMAGE #handle, index, x, y [,sx,sy [,w,h]] Then I found another to open files(OPEN): OPEN file [FOR {INPUT|OUTPUT|APPEND}] AS #fileN But I want to know some things: What image ty...