fix indexing and tabling bugs

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1567 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2006-03-20 19:51:44 +00:00
parent cbc94bbaf7
commit 1edb3a8115
10 changed files with 127 additions and 105 deletions

View File

@@ -910,6 +910,7 @@ Unix-like environments. A simple example is shown next:
#
# Hello World script file using Yap
#
# put a dot because of syntax errors .
:- write('Hello World'), nl.