baby time
This commit is contained in:
parent
dd5ab5e883
commit
28f72bd513
11
lyahfgg/baby.hs
Normal file
11
lyahfgg/baby.hs
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
doubleMe x = x + x
|
||||||
|
|
||||||
|
doubleUs x y = doubleMe x + doubleMe y
|
||||||
|
|
||||||
|
doubleSmallNumber x = if x > 100
|
||||||
|
then x
|
||||||
|
else x*2
|
||||||
|
|
||||||
|
doubleSmallNumber' x = (if x > 100 then x else x*2) + 1
|
||||||
|
|
||||||
|
conanO'Brien = "It's a-me, Conan O'Brien!"
|
Loading…
Reference in New Issue
Block a user