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:
“Play for young children is not recreation activity,... It is not leisure-time activity nor escape activity.... Play is thinking time for young children. It is language time. Problem-solving time. It is memory time, planning time, investigating time. It is organization-of-ideas time, when the young child uses his mind and body and his social skills and all his powers in response to the stimuli he has met.”
—James L. Hymes, Jr. (20th century)
“UG [universal grammar] may be regarded as a characterization of the genetically determined language faculty. One may think of this faculty as a language acquisition device, an innate component of the human mind that yields a particular language through interaction with present experience, a device that converts experience into a system of knowledge attained: knowledge of one or another language.”
—Noam Chomsky (b. 1928)
“Language is an archeological vehicle ... the language we speak is a whole palimpsest of human effort and history.”
—Russell Hoban (b. 1925)