(* Fibonacci numbers with memoization *)

fib::usage = “f calculates the n'th Fibonacci number.”; fib = fib = 1; fib:= fib = fib + fib;

In:= fib Out= 433494437