From 016b1645cf9b5bc9c8f5a0db5eaeaa5fcd3f982a Mon Sep 17 00:00:00 2001 From: Naman Maheshwari Date: Sat, 27 Oct 2018 21:12:38 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index adc0c93..d119aa2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# AI-Programming-using-Prolog +# AI Programming using Prolog -Run these programs in SWI-Prolog for Windows. +These programs are specifically for SWI-Prolog for Windows. The SWI-Prolog executable swipl-win.exe can be started from the StartMenu or by opening a .pl file holding Prolog program text from the Windows explorer. If Prolog is started from the start menu it is passed the option --win_app, which causes it to start in the local equivalent of MyDocuments\Prolog. This folder is created if it does not exist. Be sure to get the quotes right and terminate the command with a full-stop (.). -After loading a program, one can ask Prolog queries about the program. +After loading a program, use Prolog queries to get responses.