500
process(+ StreamInp, + Goal)
read_line_to_codes( +_Stream_, -_String_)
copy_line(+ StreamInput,+ StreamOutput)
fields(+ Line,+ Separators,- Split)
file_filter(+ FileIn, + FileOut, + Goal)
file_filter_with_initialization(+ FileIn, + FileOut, + Goal, + FormatCommand, + Arguments)
file_filter_with_start_end(+ FileIn, + FileOut, + Goal, + StartGoal, + EndGoal)
file_select(+ FileIn, + Goal)
filter(+ StreamInp, + StreamOut, + Goal)
glue(+ Words,+ Separator,- Line)
integer(? Int,+ Line,+ RestOfLine)
natural(? Nat,+ Line,+ RestOfLine)
scan_integer(? Int,+ Line,+ RestOfLine)
scan_natural(? Nat,+ Line,+ RestOfLine)
search_for(+ Char,+ Line)
split(+ Line,+ Separators,- Split)
split_unquoted(+ Line,+ Separators,- Split)
append(? List1,? List2,? List3)
member(?Element, ?Set) is true when Set is a list, and Element occurs in it