returns TRUE for both lists and proplists (!)
tLst = [ ]
put listP( tLst )
-- 1
tPl = [:]
put listP( tPl )
put ( tPl.ilk=#list )
-- 0