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 reader uses his eyes as well as or instead of his ears and is in every way encouraged to take a more abstract view of the language he sees. The written or printed sentence lends itself to structural analysis as the spoken does not because the readers eye can play back and forth over the words, giving him time to divide the sentence into visually appreciated parts and to reflect on the grammatical function.”
—J. David Bolter (b. 1951)
“The etymologist finds the deadest word to have been once a brilliant picture. Language is fossil poetry. As the limestone of the continent consists of infinite masses of the shells of animalcules, so language is made up of images or tropes, which now, in their secondary use, have long ceased to remind us of their poetic origin.”
—Ralph Waldo Emerson (18031882)
“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 (18531890)