Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| ajterr:10020 [2025-03-09 14:38] – 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 |
| < | < | ||
| Line 14: | Line 14: | ||
| ===== How can I resolve this error? ===== | ===== How can I resolve this error? ===== | ||
| - | Remove all arguments | + | Remove all parameters |
| - | {{tag> | + | {{tag> |