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: 2026-06-17 00:21
  • by 127.0.0.1