Function test:String()
Return "test"
End Function
Print (test)
Doing a build and run and I get the following error
Compile Error: Unable to convert from 'String()' to 'String'
Return "test"
End Function
Print (test)
Doing a build and run and I get the following error
Compile Error: Unable to convert from 'String()' to 'String'