time-to-botec/js/node_modules/@stdlib/constants/path/delimiter-win32/docs/repl.txt
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00

16 lines
316 B
Plaintext

{{alias}}
Windows path delimiter.
Examples
--------
> {{alias}}
';'
> var PATH = 'C:\\Windows\\system32;C:\\Windows;C:\\Program Files\\node\\';
> var paths = PATH.split( {{alias}} )
[ 'C:\\Windows\\system32', 'C:\\Windows', 'C:\\Program Files\\node\\' ]
See Also
--------