When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. "Hello, World!" program - Wikipedia

    en.wikipedia.org/wiki/"Hello,_World!"_program

    Functional programming languages, such as Lisp, ML, and Haskell, tend to substitute a factorial program for "Hello, World!", as functional programming emphasizes recursive techniques, whereas the original examples emphasize I/O, which violates the spirit of pure functional programming by producing side effects. Languages otherwise able to print ...

  3. C Sharp (programming language) - Wikipedia

    en.wikipedia.org/wiki/C_Sharp_(programming_language)

    The following is a very simple C# program, a version of the classic "Hello world" example using the top-level statements feature introduced in C# 9: [111] System . Console .

  4. File:Af-Helloworld (C Sharp).svg - Wikipedia

    en.wikipedia.org/wiki/File:Af-Helloworld_(C...

    Date/Time Thumbnail Dimensions User Comment; current: 10:19, 11 December 2019: 285 × 176 (2 KB): Tacsipacsi {{Information |description ={{en|1=Example of a Hello World program written in C# (in Afrikaans)}} {{af|1='n Voorbeeld van 'n HalloWêreld program wat in C# geskryf is}} |date =2019-12-11 |source ={{own based}} File:Helloworld (C Sharp).jpg |author =Tacsipacsi}} Category:Hello World ...

  5. Rosetta Code - Wikipedia

    en.wikipedia.org/wiki/Rosetta_Code

    Rosetta Code is a wiki-based programming chrestomathy website with implementations of common algorithms and solutions to various programming problems in many different programming languages. [ 1 ] [ 2 ] It is named for the Rosetta Stone , which has the same text inscribed on it in three languages, and thus allowed Egyptian hieroglyphs to be ...

  6. Windows Presentation Foundation - Wikipedia

    en.wikipedia.org/wiki/Windows_Presentation...

    The XAML file declaratively defines the layout, contents and other properties of the UI element, while the C# file allows exposure of code entry points for interactivity. [4] A basic example of an interactive Hello, World! program could be created like so: MainWindow.xaml:

  7. Comparison of programming languages (string functions)

    en.wikipedia.org/wiki/Comparison_of_programming...

    String functions are used in computer programming languages to manipulate a string or query information about a string (some do both).. Most programming languages that have a string datatype will have some string functions although there may be other low-level ways within each language to handle strings directly.

  8. Comparison of C Sharp and Visual Basic .NET - Wikipedia

    en.wikipedia.org/wiki/Comparison_of_C_Sharp_and...

    Additionally, in C# if a block consists of only a single statement, the braces may be omitted. C# is case sensitive while Visual Basic .NET is not. Thus in C# it is possible to have two variables with the same apparent name, for example variable1 and Variable1. Visual Studio will correct (make uniform) the case of variables as they are typed in ...

  9. Smalltalk - Wikipedia

    en.wikipedia.org/wiki/Smalltalk

    For Smalltalk, the program is extremely simple to write. The following code, the message "show:" is sent to the object "Transcript" with the String literal 'Hello, world!' as its argument. Invocation of the "show:" method causes the characters of its argument (the String literal 'Hello, world!') to be displayed in the transcript ("terminal ...