/* Test function in table */ // Just create a table with a function table : { func: x -> x }; // Test it ..out "=== TABLE FUNCTION TEST ==="; result : table.func 5; ..out result;