Other BinProlog goodies and new predicates

A few BinProlog specific predicates are available:

It is a good idea to take a look at BinProlog's *.pl for other builtin-or-library predicates before implementing them yourself. The file write.pl contain various output predicates like

You
can extend BinProlog by adding new predicates to the file extra.pl and then use the predicate boot/0 defined in the file co.pl.