Difference between revisions of "FP Laboratory 1"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
== | == | ||
− | < | + | <syntaxhighlight lang="Haskell" class="bash"> |
ghci> 2 + 15 | ghci> 2 + 15 | ||
17 | 17 | ||
Line 13: | Line 13: | ||
2.5 | 2.5 | ||
ghci> | ghci> | ||
− | </ | + | </syntaxhighlight > |
</translate> | </translate> |
Revision as of 11:06, 12 August 2019
Topic
==
ghci> 2 + 15
17
ghci> 49 * 100
4900
ghci> 1892 - 1472
420
ghci> 5 / 2
2.5
ghci>