/* Simple test */ add_func : x y -> x + y; result : add_func 3 4; ..out result;