ajterr:10019

This is an old revision of the document!


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.1741526541.txt.gz
  • Last modified: 2025-03-09 14:22
  • by admin