Logo

Programming-Idioms

History of Idiom 1 > diff from v24 to v25

Edit summary for version 25 by :
[VB] The last implementation (MsgBox) is a messagebox, not standard output. It's also leftover from the vb6 area and use is discouraged by many

Version 24

2015-12-30, 16:40:17

Version 25

2016-01-04, 06:15:44

Idiom #1 Print Hello World

Print a litteral string on standard output

Idiom #1 Print Hello World

Print a litteral string on standard output

Code
MsgBox "Hello world"
Code
System.Console.WriteLine("Hello World!")
Doc URL
https://msdn.microsoft.com/en-us/library/aa309383(v=vs.71).aspx
Origin
en.wikipedia.org/wiki/List_of_Hello_world_program_examples