6 lines
175 B
Plaintext
6 lines
175 B
Plaintext
![]() |
[source,vbnet,diff-id=1,diff-type=compliant]
|
||
|
----
|
||
|
For i As Integer = 0 To 10 Step 1 ' Compliant: the condition is true at least once, the loop will execute
|
||
|
' ...
|
||
|
Next
|
||
|
----
|