Re: SLASH should not be a builtin

new topic     » goto parent     » topic index » view thread      » older message » newer message
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 
new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu