Node:Command Format Summary, Next:Predicates for Prolog to interact with Tcl interpreters, Previous:Quick Reference, Up:Quick Reference
Command ==> Name | chars(PrologString) | write(Term) | writeq(Term) | write_canonical(Term) | format(Fmt,Args) | dq(Command) | br(Command) | sqb(Command) | min(Command) | dot(ListOfNames) | list(ListOfCommands) | ListOfCommands Name ==> Atom { other than [] } | Number ListOfCommands ==> [] | [ Command | ListOfCommands ] ListOfNames ==> [] | [ Name | ListOfNames ]
where
chars(
PrologString)
write(
Term)
writeq(
Term)
write_canonical(
Term)
format(
Fmt,
Args)
dq(
Command)
br(
Command)
sqb(
Command)
min(
Command)
dot(
ListOfName)
list(
ListOfCommands)