Prolog Language Extra-logical Predicates Predicates with side effects

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Example

Predicates that produce side effects leave the realm of pure logic. These are for example:

  • writeq/1
  • read/1
  • format/2

Side effects are phenomena that cannot be reasoned about within the program. For example, deletion of a file or output on the system terminal.



Got any Prolog Language Question?