6 lines
99 B
Text
6 lines
99 B
Text
declare
|
|
fun {IsFruit A}
|
|
{Member A [apple banana cherry]}
|
|
end
|
|
in
|
|
{Show {IsFruit banana}}
|