/* Debug table function parsing */ // Test with debug output table : { func: x -> x, value: 42 }; // Just try to access the value first ..out "=== DEBUG TABLE ==="; ..out table.value;