Skip to content

pragma unsupported

IsaacShelton edited this page Mar 21, 2022 · 1 revision

pragma unsupported

pragma unsupported is a pragma directive that's used to mark files/features as unsupported

pragma unsupported

pragma unsupported "This feature is not available on this platform"

When encountered, an error will be raised. A reason can optionally be specified.

main.adept: This file is no longer supported or was never supported to begin with!
 └ This feature is not available on this platform
Clone this wiki locally