m
→Przykłady: format
m →Cechy Haskella: składnia |
m →Przykłady: format |
||
Linia 47:
|valign="top" style="border-right:1px dashed SlateBlue"|
=== Haskell ===▼
<pre>
square :: Int -> Int
square n = n*n
Linia 55 ⟶ 56:
|valign="top" style="border-right:1px dashed SlateBlue"|
<source lang=c>▼
▲<source lang=c>
// c
int square(int n) {
|