name = 'len/2' slug = 'find the length of a list' description = '''\

len(L, Len): Len is the length of the list L.

?- len([1,2,3], Len).
  Len = 3.
''' hint = {}