|
From: Vitor S. C. <vs...@us...> - 2008-08-01 21:44:18
|
Update of /cvsroot/yap/docs In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11953/docs Modified Files: yap.tex Log Message: swi compatibility support Index: yap.tex =================================================================== RCS file: /cvsroot/yap/docs/yap.tex,v retrieving revision 1.262 retrieving revision 1.263 diff -u -r1.262 -r1.263 --- yap.tex 24 Jul 2008 16:02:02 -0000 1.262 +++ yap.tex 1 Aug 2008 21:44:25 -0000 1.263 @@ -941,7 +941,8 @@ @section Running Prolog Files YAP can also be used to run Prolog files as scripts, at least in -Unix-like environments. A simple example is shown next: +Unix-like environments. A simple example is shown next (do not forget +that the shell comments are very important): @example @cartouche |