1 2 3 4 5 6 7 8
/* Test function references */ f : x -> x * 2; g : x -> x + 1; /* Test function reference */ ref : @f; ..out ref;