6 lines
75 B
Text
6 lines
75 B
Text
|
|
Sub test()
|
||
|
|
Dim a As Integer
|
||
|
|
a = 41
|
||
|
|
Debug.Assert a = 42
|
||
|
|
End Sub
|