bool isFreeBSD()
Checks if running on FreeBSD.
Example:
if (isFreeBSD()) { writeln("Running on FreeBSD"); }