hi guys,
may i know how to use recursive in a function. for example i have a function lets call it old which accept [[Bool]]->[(Int),(Int)]->(Int,Int) and return [(Int),(Int)]
and now i have another function lets say its called new, which calls the previous function and new will recursively check the value which the previous function returned. and it will return [(Int,Int)]
thank you very much for ur concern
regards
Martin