Compiler commands
#4
Thanks, I have the wrong older Wiki url

Try this:

Code: (Select All)
$Let SOMETHN = 5
$If SOMETHN Then
  ' do this
$Else
      ' complain about "somethn"
  $If WIN Then
        ' do your Windows routines with confidence here
  $ElseIf LINUX Then
        ' Linux-only stuff here
  $Else
        ' assume it's for MacOS then
  $End If
$End If
Reply


Messages In This Thread
Compiler commands - by eoredson - 02-21-2023, 06:16 AM
RE: Compiler commands - by mnrvovrfc - 02-21-2023, 07:48 AM
RE: Compiler commands - by RhoSigma - 02-21-2023, 12:04 PM
RE: Compiler commands - by eoredson - 02-21-2023, 11:28 PM



Users browsing this thread: 2 Guest(s)