1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
```sh var = is_windows ``` Returns true if the current OS family is windows. ### Parameters None ### Return Value True if the current OS family is windows. ### Examples ```sh windows = is_windows ```