Re: question about ver. 405
- Posted by EUWX Oct 13, 2013
- 1562 views
BRyan said...
BRyan said...
If a user downloads eu version 405 ( WITH OUT OPENWATCOM )
and does a search of all the files in the download many
of them contain ,, ( DOUBLE COMA ) inside the parameters ?
What is the purpose of this ?
HERE IS AN EXAMPLE FROM pathopen.e
conf_path = canonical_path( file,,CORRECT )
An extra coma is indicative of an "emptyness" and in many languages, including euphoria is interpreted as a default value.
There is nothing wrong in this way of writing.