Skip to content

pragma compiler_version

IsaacShelton edited this page Mar 21, 2022 · 1 revision

pragma compiler_version

pragma compiler_version is a pragma directive that's used to specify the target Adept version for the project

pragma compiler_version '2.5'

Versions are indicated by string literals.

Difference from 'compiler_supports'

compiler_version should only be used by ​the ​main application code​​. For libraries, use compiler_supports​ instead.

Clone this wiki locally