Comment on Rethinking PrologparentComments−mikewarot3yI finally got a hello world program that works like I expect it would, here's hello.pl main :- write('This is a sample Prolog program'), write('\nThis program is written into hello.pl file'). ?- main. ?- halt. That shouldn't have taken 35 years. ;-)−graymatters3yTells more about you than about Prolog.−mikewarot3yOk lay it on me
Comments
I finally got a hello world program that works like I expect it would, here's hello.pl
That shouldn't have taken 35 years. ;-)Tells more about you than about Prolog.
Ok lay it on me