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