I was trying to make a recursive function that can calculate the Fibonacci of the enter number, by the way I got stuck on how to get the values obtained by the recursion.
try this approach:
fn() { echo 'returnValue'; } echo `fn`;