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:

    When a language creates—as it does—a community within the present, it does so only by courtesy of a community between the present and the past.
    Christopher Ricks (b. 1933)

    The human face is the organic seat of beauty.... It is the register of value in development, a record of Experience, whose legitimate office is to perfect the life, a legible language to those who will study it, of the majestic mistress, the soul.
    Eliza Farnham (1815–1864)

    Like the train’s beat
    Swift language flutters the lips
    Of the Polish airgirl in the corner seat.
    Philip Larkin (1922–1986)