
print_list(+List)

   Print the elements of a list, one per line

Type
   library(lists)

Modes and Determinism
   print_list(+) is det

Modules
   This predicate is sensitive to its module context (tool predicate, see @/2).


