Splits an PATH-type environment variable into individual values. On Windows, the variable is split around ‘;’. On Unix, the variable is split around ‘:’.
| var | An instance of <string>. The value of an environment variable. |
| strings | An instance of <sequence> containing <string>s. Each path or filename in var. |