We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80bb95f commit 94f368cCopy full SHA for 94f368c
README.md
@@ -28,7 +28,7 @@ Function AddTests() As TestSuite
28
.IsEqual Add(1, 2, 3), 6
29
.IsEqual Add(1, 2, 3, 4), 10
30
End With
31
-End Sub
+End Function
32
33
Public Function Add(ParamArray Values() As Variant) As Double
34
Dim i As Integer
0 commit comments