| 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.