Microsoft Small Basic
Microsoft Small Basic is an actively used programming language created in 2008. Microsoft Small Basic is a programming language and associated IDE. It is Microsoft's simplified variant of the BASIC programming language, intended as an easy programming language for beginners. The associated IDE provides a simplified programming environment with functionality such as syntax highlighting, intelligent code completion, and in-editor documentation access. Read more on Wikipedia...
11Years Old | 25Users | 0Jobs |
- Microsoft Small Basic ranks in the top 20% of languages
- the Microsoft Small Basic website
- the Microsoft Small Basic wikipedia page
- Microsoft Small Basic first appeared in 2008
- See also: smallbasic, logo, qbasic, visual-basic-dot-net, basic, csharp, xml, visual-studio-editor, visual-basic, visual-studio-code-editor, robomind, scratch
- I have 39 facts about Microsoft Small Basic. what would you like to know? email me and let me know how I can help.
Example code from Wikipedia:
[SmallBasicType] public static class ExampleClass { public static Primitive Add(Primitive A, Primitive B) => A + B; public static Primitive SomeProperty { get; set; } public static Primitive Pi => (Primitive)3.14159; }
Last updated December 4th, 2019