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

7 lines
158 B
Text
Raw Permalink Normal View History

2024-04-19 16:56:29 -07:00
CompilerSelect #PB_Compiler_OS
CompilerCase #PB_OS_MacOS
; some Mac OS
CompilerCase #PB_OS_Linux
; some Linux specific code
CompilerEndSelect