Next: mpg-top-typ, Previous: mpg-top-tha, Up: mpg-top [Contents][Index]
char_conversion(+InChar, +OutChar) ISOThe mapping of InChar to OutChar is added to the character-conversion mapping.
current_char_conversion(?InChar, ?OutChar) ISOInChar is mapped to OutChar in the current character-conversion mapping.
current_op(?P,?T,?A) ISOatom A is an operator of type T with precedence P
display(+T)write term T to the user output stream in functional notation
format(+C,:A)format(+S,+C,:A)write arguments A on stream S according to control string C
op(+P,+T,+A) ISOmake atom A an operator of type T with precedence P
user:portray(+T) hooktell print/[1,2] and write_term/[2,3] what to do
portray_clause(+C)portray_clause(+S,+C)write clause C to the stream S
print(+T) hookableprint(+S,+T) hookabledisplay the term T on stream S
using user:portray/1 or write/2
read(-T) ISOread(+S,-T) ISOread term T from stream S
read_term(-T,+O) ISOread_term(+S,-T,+O) ISOread T from stream S according to options O
write(+T) ISOwrite(+S,+T) ISOwrite term T on stream S
write_canonical(+T) ISOwrite_canonical(+S,+T) ISOwrite term T on stream S so that it can be read
back by read/[1,2]
writeq(+T) ISOwriteq(+S,+T) ISOwrite term T on stream S, quoting atoms where necessary
write_term(+T,+O) hookable,ISOwrite_term(+S,+T,+O) hookable,ISOwrites T to S according to options O