Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ajterr:10020 [2025-03-09 14:38] – created admin | ajterr:10020 [2025-09-05 23:45] (current) – admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== A function marked as entrypoint must not have any arguments | + | ====== A function marked as entrypoint must not have any parameters |
- | ^ Product(s) | Product 1; Product 2; | | + | ^ Product(s) | Karo.NET compiler |
===== Description ===== | ===== Description ===== | ||
- | A function marked as entrypoint must not have any arguments | + | A function marked as entrypoint must not have any parameters |
< | < | ||
- | #entrypoint; | + | #entryPoint; |
main |test: string|: void { } | main |test: string|: void { } | ||
// ^^^^^^^^^^^^ An argument | // ^^^^^^^^^^^^ An argument | ||
+ | </ | ||
===== How can I resolve this error? ===== | ===== How can I resolve this error? ===== | ||
- | Remove all arguments | + | Remove all parameters |
- | {{tag> | + | {{tag> |