This feels a lot like a BASIC and logo had a child and that is not a bad thing. Love the easy graphics, simple syntax, and removing all the punctuation.<p>Love the a = number input typecast.<p>End will be a source of bugs. Use endfor endelse endif endwhile. This helps new programmers track nested loops and logic. Yes, end is simple, but end applies to many things, and will end in a pattern where people will start doing this to sort it out:<p>end
# while<p>Also, inline comments should be ok. Then you get end # while instead of the above two liner.<p>Honestly, this is a nice little language.