Have you programmed in Google's GO programming language by Google today?
Their Hello World is weeaboo!! It must be good!
Name:
Anonymous2009-11-11 11:50
>>23 In Go, ; is not a terminator, it's a separator. It behaves a lot like Perl's treatment of commas (a tail comma is accepted.) Think of it as a means of appending a statement to the current line or group.
What is it in terms of C's comma operator?