RosettaCodeData/Task/Pragmatic-directives/PureBasic/pragmatic-directives-2.basic
2024-04-19 16:56:29 -07:00

6 lines
158 B
Text

CompilerSelect #PB_Compiler_OS
CompilerCase #PB_OS_MacOS
; some Mac OS
CompilerCase #PB_OS_Linux
; some Linux specific code
CompilerEndSelect