Talk:Java (programming language): Difference between revisions

Content deleted Content added
Fredrik (talk | contribs)
No edit summary
Removed C/C++ break/continue statements.
Line 91:
 
Don't ask me, I didn't upload and insert it in the first place... I merely replaced the low quality image with a better one. If deleting it seems like the right thing to do, I'm not going to defend the case further. [[User:Fredrik|Fredrik]] 19:46, 19 Mar 2004 (UTC)
 
 
----
 
From the article: ''This should not be confused with the
break ''label'';
and
continue ''label'';
statements in C and C++, which function identically to ''goto''.''
:As a C++ user, I am very confused since these statements do not exist in standard C/C++. I removed this part. Perhaps the author was thinking of some nonstandard extension?