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