0

I'm going through the prolog tutorial here and it tells me to type in listing for a list of the contents of the current knowledgebase. I'm pretty sure that without loading a KB, it should display gibberish. However, instead I have:

enter image description here

after I press enter, which does nothing. Am I doing something wrong?

Guy Coder
  • 24,501
  • 8
  • 71
  • 136

1 Answers1

0

Each statement in Prolog must be followed by a '.' in order to be executed.

Jim Ashworth
  • 765
  • 6
  • 17