function fib(n) { return (((1+5^0.5)/2)^n - ((1-5^0.5)/2)^n)/(5^0.5) }
function onCreated() { join("fibonacci"); echo(fib(7)); // 13 }