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:

    the language obscene

    An engine, an engine
    Chuffing me off like a Jew.
    Sylvia Plath (1932–1963)

    Now stamp the Lord’s Prayer on a grain of rice,
    A Bible-leaved of all the written woods
    Strip to this tree: a rocking alphabet,
    Genesis in the root, the scarecrow word,
    And one light’s language in the book of trees.
    Dylan Thomas (1914–1953)

    Language is filled
    with words for deprivation
    images so familiar
    it is hard to crack language open
    into that other country
    the country of being.
    Susan Griffin (b. 1943)