summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2005-11-21 12:44:48 +0000
committerMartin Odersky <odersky@gmail.com>2005-11-21 12:44:48 +0000
commitb83bbad3113a93a2732021db27684c1fec4ba387 (patch)
tree1f2fb23a167ee45320e4c19bf7e201e6d938524e /doc
parent599345037c02cb147bf109a784bd97d8dd0d1de5 (diff)
downloadscala-b83bbad3113a93a2732021db27684c1fec4ba387.tar.gz
scala-b83bbad3113a93a2732021db27684c1fec4ba387.tar.bz2
scala-b83bbad3113a93a2732021db27684c1fec4ba387.zip
*** empty log message ***
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/ReferencePart.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/reference/ReferencePart.tex b/doc/reference/ReferencePart.tex
index 57c8ac9c0a..b5c29deb75 100644
--- a/doc/reference/ReferencePart.tex
+++ b/doc/reference/ReferencePart.tex
@@ -135,6 +135,8 @@ There are literals for integer numbers (of types \code{Int} and \code{Long}),
floating point numbers (of types \code{Float} and \code{Double}), characters, and
strings. The syntax of these literals is in each case as in Java.
+\todo{say that we take values from Java, give examples of some lits in particular float and double.}
+
\syntax\begin{lstlisting}
intLit ::= $\mbox{\rm\em ``as in Java''}$
floatLit ::= $\mbox{\rm\em ``as in Java''}$