
Small Basic
Explore Small Basic, a simple programming environment designed for beginners to learn coding through fun and interactive tutorials.
Small Basic
Explore the basics of Turtle Graphics in Small Basic, including commands and techniques for creating graphical designs and animations.
Small Basic
Explore the GraphicsWindow in Small Basic to create visually engaging programs with shapes, colors, and animations.
Drawing Pictures with Small Basic | Microsoft Community Hub
Feb 12, 2019 · First published on MSDN on Nov 23, 2015 Authored by Nonki TakahashiToday's topic is how to draw (paint) pictures by programs (or via programming) with Small...
Small Basic
Explore tutorials and resources to learn Small Basic, a simple programming language designed for beginners and easy to understand.
Small Basic
However, Small Basic comes with a powerful set of Graphics capabilities that we’ll start exploring in this chapter. Introducing GraphicsWindow Just like we had TextWindow that allowed us to work with Text …
Small Basic Program Gallery - Listed By Category | Microsoft …
Feb 12, 2019 · Explore a categorized gallery of 121 top community-made Small Basic programs, sorted by category and subcategory for easy navigation.
Microsoft Small Basic: Painting Tool Using Graphics Window
Learn to create a Painting Tool using Small Basic's GraphicsWindow, including animation and graphical output. Explore step-by-step code explanations and tutorials for beginners, covering …
Small Basic
Learn how to create, manipulate, and interact with shapes using Small Basic programming language.
PAT Small Basic - Google Sites
Lesson 1: Shapes and Loops TASK 1 - DRAWING A SQUARE 1. Open Small Basic here. 2. Type the following code: Turtle.Move (100) Turtle.Turn (90) Turtle.Move (100) 3. Click Run to see what your …