sep = cmdsep()
| Parameter | Description |
|---|---|
| sep | a string: on windows "&&", on linux ";" |
cmdsep returns the command separator for current operating system.
This function is used by Nelson to build command lines for unix and dos operating systems.
unix("cd c:/ " + cmdsep() + " nelson")
| Version | Description |
|---|---|
| 1.11.0 | initial version |