let
rec = [num=42, txt="hello World"],
lst = {1,2,3,4},
tab = #table( {"c"}, { {"v"} } )
in
[ t1 = Type.Is(Value.Type(rec), Table.Type),
t2 = Type.Is(Value.Type(lst), Table.Type),
t3 = Type.Is(Value.Type(tab), Table.Type)
]