There was an error while loading. Please reload this page.
pragma entry_point is a pragma directive that can be used to set the entry point of the program
pragma entry_point
pragma entry_point myEntryFunction
pragma entry_point must be used before any function declarations.
pragma entry_point myEntryPoint import "basics.adept" func myEntryPoint { print("Hello World!") }
See --entry in command-line usage for compiler argument
--entry
Table of Contents