C# -> VB error with step <0 #798
Labels
C# -> VB
Specific to C# -> VB conversion
good first issue
help wanted
output logic error
A bug where the converted output behaves differently to the input code
CodeC#:
for (int m=nbMessage;m>0;m--)
CodeConverter:
For m As Integer = nbMessage To 0 + 1
Code VBNET
For m As Integer = nbMessage To 1 Step -1
Marc
The text was updated successfully, but these errors were encountered: