diff options
Diffstat (limited to 'Doc/libstring.tex')
-rw-r--r-- | Doc/libstring.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libstring.tex b/Doc/libstring.tex index 960e94b..17717df 100644 --- a/Doc/libstring.tex +++ b/Doc/libstring.tex @@ -70,7 +70,7 @@ string (after stripping the sign): \samp{0x} or \samp{0X} means 16, \samp{0} means 8, anything else means 10. If \var{base} is 16, a leading \samp{0x} or \samp{0X} is always accepted. (Note: for a more flexible interpretation of numeric literals, use the built-in function -\code{eval()}. +\code{eval()}.) \bifuncindex{eval} \end{funcdesc} |