The OpenD Programming Language

HaveFork

Indicates if an implementation supports fork().

The value shown here is just demostrative, the real value is defined based on the OS it's being compiled in. enum HaveFork = true;

version(Windows)
enum HaveFork = false;

Meta