3 lines
48 B
Text
3 lines
48 B
Text
fun {Max X Y}
|
|
if X > Y then X else Y end
|
|
end
|
fun {Max X Y}
|
|
if X > Y then X else Y end
|
|
end
|