-
-
Notifications
You must be signed in to change notification settings - Fork 9
pragma compiler_version
IsaacShelton edited this page Mar 21, 2022
·
1 revision
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.
compiler_version
should only be used by the main application code. For libraries, use compiler_supports
instead.