Product(s) | Karo.NET Compiler |
---|
In a function definition you cannot name two parameters with the same name.
helloWorld |parameter: string, parameter: string|: string { } // ^^^^^^^^^ The second parameter has the same name as the first one
Use different names for the different parameters.