Microsoft Small Basic - Language

Language

The actual language is a modified version of Microsoft's QBasic language, but ported over to the .Net Framework. The traditional 'Hello World' can be written as:

TextWindow.Write("Hello World")

or:

TextWindow.WriteLine("Hello World")

The first example just writes 'Hello World', but the second example writes 'Hello World' then enters a new line below it.

Note that traditional Basic variants, including Microsoft QuickBasic, used a different syntax:

print "Hello World"

The language itself is Turing complete and supports concepts like conditional branching and loops. Variables are typeless and dynamic, and there are no scoping rules. The language supports subroutines and the runtime uses them for event handling purposes.

Read more about this topic:  Microsoft Small Basic

Famous quotes containing the word language:

    It is not the language of painters but the language of nature which one should listen to.... The feeling for the things themselves, for reality, is more important than the feeling for pictures.
    Vincent Van Gogh (1853–1890)

    Though language forms the preacher,
    ‘Tis “good works” make the man.
    Eliza Cook (1818–1889)

    If fancy then
    Unequal fails beneath the pleasing task,
    Ah, what shall language do?
    James Thomson (1700–1748)