Merry X’mas from VB guys (& girl) :)
A x’mas carol from Don Box, Amanda Silver and Chris Anderson
http://channel9.msdn.com/ShowPost.aspx?PostID=367997#367997
Here is the lyrics
Module VB
Dim myvar As Integer?() = {3 * 3}
Sub Main()
For Each i In myvar
Console.Write(”Hello VB”)
With i
Console.Write(.Value)
End With REM a language so true
If i IsNot Nothing Then
Console.WriteLine()
End If REM
Console.Write(<some>xml</some>)
Next
End Sub
End Module