ajterr:10023

"{0}" cannot be a return type of a function marked as entrypoint (AJTERR10023)

Product(s) Karo.NET Compiler

A function marked as entrypoint can only return one of the following types:

  • sl.types::void
#entrypoint; ||: string { }
//               ^^^^^^ This is not a supported return type.

Specify a correct return type.

  • ajterr/10023.txt
  • Last modified: 2026-06-17 00:21
  • by 127.0.0.1