Comparison of programming languages (basic instructions): Difference between revisions

Content deleted Content added
Line 106:
| Do \n ''instructions'' \n Loop While ''condition''
| For i = 1 To N Step 1 \n ''instructions'' \n Next i
| Select Case ''variable'' \n Case ''case1'' \n ''statementsinstructions'' \n ... Case Else \n Statements''instructions'' \n End select
|-
| Python