ajterr:10020

A function marked as entrypoint must not have any parameters (AJTERR10020)

Product(s) Karo.NET compiler

A function marked as entrypoint must not have any parameters as these cannot be provided by the runtime.

#entryPoint;
main |test: string|: void { }
//    ^^^^^^^^^^^^ An argument

Remove all parameters from the function definition.

  • ajterr/10020.txt
  • Last modified: 2025-09-05 23:45
  • by admin