Talk:Comparison of programming languages (syntax)
Appearance
=begin Block comment =end
I've tried, it doesn't work in Perl. It ignores everything after the "=end". I've read that Perl requires "=cut" to finish POD block. May be that way will work better:
=comment Block comment =cut
91.149.147.166 12:14, 20 August 2007 (UTC)
is C semicolon terminated?
i really doubt it is true. at leas generally. for
if(0) { }
and
if(0) {} else {}
are valid.
in contrast to
if(1) ;
84.16.123.194 (talk) 16:55, 25 February 2008 (UTC)