There was an error while loading. Please reload this page.
pragma compiler_version is a pragma directive that's used to specify the target Adept version for the project
pragma compiler_version
pragma compiler_version '2.5'
Versions are indicated by string literals.
compiler_version should only be used by the main application code. For libraries, use compiler_supports instead.
compiler_version
compiler_supports
Table of Contents