/* Simple test for t. namespace access */ /* Basic table creation */ numbers : {1, 2, 3}; /* Test t.map access */ t_map_test : t.map; /* Expected: function */ /* Output results */ ..out "=== T. ACCESS TEST ==="; ..out "t.map:"; ..out t_map_test;