2 lines
256 B
Plaintext
2 lines
256 B
Plaintext
![]() |
Any statement or block of statements can be identified by a label, but those labels should be used only on <code>while</code>, <code>do-while</code> and <code>for</code> statements. Using labels in any other context leads to unstructured, confusing code.
|