Re: SLASH should not be a builtin
- Posted by DerekParnell (admin) Sep 18, 2008
- 1539 views
ne1uno said...
does it really have to be a built-in?
The documentation is wrong. SLASH is not a built in symbol.
See around line 126 in filesys.e ...
ifdef UNIX then public constant SLASH='/' public constant SLASHES = "/" public constant CRLF = "\n" public constant PATHSEP = ':' elsedef public constant SLASH='\\' public constant SLASHES = ":\\/" public constant CRLF = "\r\n" public constant PATHSEP = ';' end ifdef