Content deleted Content added
→Statement blocks: I don’t think an encyclopedia is qualified to make recommendations… need a source |
m →Loops: wf |
||
Line 54:
'''}'''
Java and [[C++0x]] also support a [[foreach]]-style loop:
for (''type'' ''item'' : ''container'')
|