Skip to content

Commit

Permalink
Add String synopsis case for Integer with 'format'
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Oct 24, 2022
1 parent c5a4881 commit 64d8b0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chapters/operatorsandexpressions.tex
Expand Up @@ -495,6 +495,7 @@ \subsection{Numeric Functions and Conversion Functions}\label{numeric-functions-
\begin{synopsis}\begin{lstlisting}
String($b$, $\langle$$\mbox{\emph{options}}$$\rangle$)
String($i$, $\langle$$\mbox{\emph{options}}$$\rangle$)
String($i$, format = $s$)
String($r$, $\langle$$\mbox{\emph{options}}$$\rangle$)
String($r$, format = $s$)
String($e$, $\langle$$\mbox{\emph{options}}$$\rangle$)
Expand Down

0 comments on commit 64d8b0e

Please sign in to comment.