diff options
Diffstat (limited to 'Doc/ref/ref2.tex')
-rw-r--r-- | Doc/ref/ref2.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex index 64853fb..8ff448d 100644 --- a/Doc/ref/ref2.tex +++ b/Doc/ref/ref2.tex @@ -395,6 +395,12 @@ concatenate string expressions at run time. Also note that literal concatenation can use different quoting styles for each component (even mixing raw strings and triple quoted strings). + +\subsection{Unicode literals \label{unicode}} + +XXX explain more here... + + \subsection{Numeric literals\label{numbers}} There are four types of numeric literals: plain integers, long |