Mar 1, 2013 #1 dimos19 Technical User Joined Mar 1, 2013 Messages 2 Location GR Where can i find the implementation of built-in functions of swi prolog like length/2 , member/2 .... I want to see inside them what are they writes.
Where can i find the implementation of built-in functions of swi prolog like length/2 , member/2 .... I want to see inside them what are they writes.
Mar 1, 2013 #2 joel76 Programmer Joined Aug 31, 2008 Messages 295 Location FR You can look at this page http://www.swi-prolog.org/git/pl.git/blob/HEAD:/boot/init.pl Upvote 0 Downvote
Mar 2, 2013 Thread starter #3 dimos19 Technical User Joined Mar 1, 2013 Messages 2 Location GR Thanks a lot joel76!!! Upvote 0 Downvote