Difference between revisions of "FP Laboratory 1"

From Marek Běhálek Wiki
Jump to navigation Jump to search
Line 4: Line 4:
 
sdfsdf
 
sdfsdf
 
<syntaxhighlight lang="Haskell" style="background-color: black !important;" >
 
<syntaxhighlight lang="Haskell" style="background-color: black !important;" >
 +
<span class="bash">
 +
sdfsdf
 
ghci> 2 + 15   
 
ghci> 2 + 15   
 
17   
 
17   
 +
<span>
 
ghci> 49 * 100   
 
ghci> 49 * 100   
 
4900   
 
4900   
Line 14: Line 17:
 
ghci> import Prelude
 
ghci> import Prelude
 
</syntaxhighlight >
 
</syntaxhighlight >
</div>
 
 
</translate>
 
</translate>

Revision as of 11:40, 12 August 2019

Topic

sdfsdf

<span class="bash">
sdfsdf
ghci> 2 + 15  
17  
<span>
ghci> 49 * 100  
4900  
ghci> 1892 - 1472  
420  
ghci> 5 / 2  
2.5  
ghci> import Prelude