ajterr:10019

A parameter with this name was already defined (AJTERR10019)

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.

  • ajterr/10019.txt
  • Last modified: 2026-06-17 00:21
  • by 127.0.0.1