2 lines
56 B
Text
2 lines
56 B
Text
Dim b As Boolean = True
|
|
Dim i As Integer = IIf(b, 1, 2)
|
Dim b As Boolean = True
|
|
Dim i As Integer = IIf(b, 1, 2)
|