Add more arithmetic examples

This commit is contained in:
Julian Ospald 2015-04-29 22:09:37 +02:00
父節點 4c0c549d85
當前提交 8a695659ae
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 220CD1C5BDEED020
共有 1 個檔案被更改,包括 1 行新增0 行删除

查看文件

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