FP Laboratory 1
Jump to navigation
Jump to search
Topic
==
ghci> 2 + 15
17
ghci> 49 * 100
4900
ghci> 1892 - 1472
420
ghci> 5 / 2
2.5
ghci>