NIP Prolog Manual
Contents
This manual is being replaced by a mini-manual for Standard
Prolog (as described in the International Standard).
Please use the link
http://www.cs.bham.ac.uk/~pjh/prolog_course/iso_manual/iso_manual.html.
This manual requires a frame-compatible browser
This is a list of built-in predicates implemented in NIP arranged by topic.
Arithmetic
- is/2
- =:=/2
- =\=/2
- </2
- >=/2
- >/2
- =</2
Character input/output
Control
Database
- assert/1
- asserta/1
- assertz/1
- clause/2
- retract/1
- retractall/1
Execution state
File and stream handling
- see/1
- seeing/1
- seen/0
- tell/1
- telling/1
- told/0
List processing
Loading programs
Program state
Term comparison
Term handling
Term input/output
Type tests
© P.J.Hancox@bham.ac.uk