 
      
      platform_windows()Choose value based on your operating system is Windows or not
platform_windows(true_part, false_part)
true_part (any)  — A valuefalse_part (any)  — A value
any — Returns true_part if your operating system is Windows, and returns false_part if otherwise
platform_windows(23, 33)   ' Returns 23 if your operating system is Windows