Add more arithmetic examples

This commit is contained in:
Julian Ospald
2015-04-29 22:09:37 +02:00
parent 392e1cd09e
commit 32247fc5da

View File

@@ -4,5 +4,6 @@
> 6 * 5.0
> "Hello" ++ " world"
> "Haskell" > "C++"
> 3 > 4
> True && False
\end{haskellcode*}