RosettaCodeData/Task/Pragmatic-directives/PureBasic/pragmatic-directives-3.basic

6 lines
178 B
Text
Raw Permalink Normal View History

2024-04-19 16:56:29 -07:00
CompilerIf #PB_Compiler_OS = #PB_OS_Linux
CompilerError "Linux is not supported, sorry."
CompilerElse
CompilerWarning "OS supported, you can now comment me."
CompilerEndIf