mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Use null() instead of nul()
This commit is contained in:
@@ -14,7 +14,7 @@ DESCRIPTION
|
|||||||
strings available, including the program or script name.
|
strings available, including the program or script name.
|
||||||
|
|
||||||
If the numeric arg is supplied, then the corresponding command line
|
If the numeric arg is supplied, then the corresponding command line
|
||||||
string is return, if it exists. Otherwise a nul() value is returned.
|
string is return, if it exists. Otherwise a null() value is returned.
|
||||||
|
|
||||||
In keeping with the argc/argv convention of C, argv(0) will refer
|
In keeping with the argc/argv convention of C, argv(0) will refer
|
||||||
to the name of the program. If the -f filename argument is used,
|
to the name of the program. If the -f filename argument is used,
|
||||||
|
Reference in New Issue
Block a user