Thursday, December 29, 2011

Hello World! Small Basic.

- Start Microsoft Small Basic. It's the beautiful start-up screen of Small Basic.Start-up screen of Microsoft Small Basic
- The square area is the Editor, where we write our code here.
- When you type your code in Editor, Small Basic's intellisense feature pop-up helpful tips for you.Small Basic's intellisense
- Enter the code in Editor
TextWindow.WriteLine("Hello World!")
Enter code
- And click on the RUN button (or press F5 key)Running Hello World!
- It's our first program of Small Basic.

No comments:

Post a Comment