ICompare langugages
Today one of the guys and I were having a conversation about "stuff"; not particularly interesting or relevant but, nonetheless it was "stuff". Now this was your typical bored-nerd conversation, you know the one:
If Me.IsThirsty OrElse Me.IsHungry Then Me.Goto(Fridge) Dim coll As Foods = Me.CurrentLocation.GetContents() Dim i As Integer For Each f As Food In coll Me.Consume(f.RawContent) If i > 10 Then : Me.Burp() : End If i += 1 Next End If
The main difference between this senseless conversation and all of the other senseless conversations is that we were "psuedo-ing" in different languages. He was "psuedo-ing" in VB while I was "psuedo-ing" in some wierd, as yet uninvented version of C#.
Now, if you happpen to find yourself having a mixed context conversation then, you'd better keep this link handy ;-)
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vxgrflanguageequivalents.asp