Tagged Content List
  • Wiki Page: Small Basic Known Issue: 52143 - Turtle.MoveTo Operation Sometimes Causes Error

    Series of know issues articles are showing known issue itself about Small Basic and it's workaround. Table of Contents Phenomenon Workaround See Also Phenomenon Small Basic causes following "Value was either too large or too small for a Decimal" error in a program with Turtle...
  • Wiki Page: Small Basic Getting Started Guide: Chapter 6: Beginning Graphics

    Small Basic > Getting Started Guide > Chapter 6: Beginning Graphics Table of Contents Introducing GraphicsWindow Setting up the Graphics Window Drawing Lines Drawing and Filling Shapes So far in all our examples, we’ve used the TextWindow to explain the fundamentals of the Small...
  • Wiki Page: Small Basic Getting Started Guide: Chapter 5: Loops

    Small Basic > Getting Started Guide > Chapter 5: Loops Table of Contents For Loop While Loop For Loop Let’s take a program we wrote in the previous chapter. i = 1 start: TextWindow.WriteLine(i) i = i + 1 If (i < 25) Then Goto start EndIf ...
  • Wiki Page: Small Basic Getting Started Guide: Chapter 4: Conditions and Branching

    Small Basic > Getting Started Guide > Chapter 4: Conditions and Branching Table of Contents If Else Indentation Even or Odd Branching Endless execution If Going back to our first program, wouldn’t it be cool that instead of saying the general Hello World , we could say...
  • Wiki Page: Small Basic Getting Started Guide: Chapter 3: Introducing Variables

    Small Basic > Getting Started Guide > Chapter 3: Introducing Variables Table of Contents Using Variables in our program Analysis of the program Rules for naming Variables Playing with Numbers A Simple Temperature Converter Using Variables in our program Wouldn’t it be nice...
  • Wiki Page: Small Basic Getting Started Guide: Chapter 2: Understanding Our First Program

    Small Basic > Getting Started Guide > Chapter 2: Understanding Our First Program Table of Contents What really is a computer program? Small Basic Programs Back to Our First Program Our Second Program What really is a computer program? A program is a set of instructions...
  • Wiki Page: Small Basic Getting Started Guide: Chapter 10: Arrays

    Small Basic > Getting Started Guide > Chapter 10: Arrays Table of Contents Review Variables What is an array? Indexing an array More than one dimension Using Arrays to represent grids Review Variables By now you must be well versed with how to use variables – after all you have...
  • Wiki Page: Small Basic: Comment Dessiner un Triangle (fr-FR)

    Si vous savez dessiner un rectangle, comment pouvez-vous dessiner un triangle ? Regardez l'image suivante. Vous avez déjà dessiné un carré avec GraphicsWindow.DrawRectangle(100, 200, 200, 200). Donc, le triangle que vous devez dessiner à trois points (x1 = 100, y1 = 200), (x2 = 300, y2 = 200),...
  • Wiki Page: Small Basic: Shapes

    This article is about Shapes object in Microsoft Small Basic programming language. Table of Contents Type of Shapes Special Features Movable Rotatable Zoomable Can Be Transparent Hidable Removable See Also Type of Shapes There are following 5 types of Shapes. Ellipse Image Line Rectangle...
  • Wiki Page: Small Basic Reference Documentation: Desktop Object

    Small Basic: Reference Documentation > Desktop Table of Contents Desktop Properties Width (This property is read-only.) Height (This property is read-only.) Operations SetWallPaper fileOrUrl Returns See Also Desktop This class provides methods to interact with the desktop. ...
  • Wiki Page: Small Basic: Default Value

    This article shows Small Basic default values for properties and so on. Default Values Property Value Clock.Date N/A Clock.Day N/A Clock.ElapsedMilliseconds N/A Clock.Hour N/A Clock.Millisecond N/A Clock.Minute...
  • Wiki Page: Small Basic Getting Started Guide: Chapter 1: An Introduction

    Small Basic > Getting Started Guide > Chapter 1: An Introduction Table of Contents Small Basic and Programming The Small Basic Environment Install Small Basic Our First Program Saving our program See Also Small Basic and Programming Computer Programming is defined as the...
  • Wiki Page: Small Basic: Compatible Systems

    This article introduces Small Basic compatible systems and tools. Small Basic is a .NET programming language. Table of Contents Fun Basic Small Basic Prime Visual Programming Tool See Also Other Resources Fun Basic Fun Basic is a Windows Store App written by Phil Trelford. Fun Basic supports...
Page 17 of 37 (925 items) «1516171819»