Float pi() { return 3.14; } a=@pi(); // a ist eine Referenz auf die Funktion pi() b=a; // b ist jetzt 3.14