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