Open
Description
Hello,I have referenced this project,and I have test a simple function as follows:
Function MyTest(num As Integer)
If num > 0 Then
Console.WriteLine("input > 0")
Else
Console.WriteLine("input <= 0")
End If
return num + 10
End Function
It can parsed ok,but I'm wondering how can I call this function and get the return value?
for example:
MyTest(10),how to do it and get return value [20]
many thanks!
Metadata
Metadata
Assignees
Labels
No labels