Oct 21, 2012 #1 Samohtvii Programmer Joined Aug 2, 2012 Messages 21 Location AU I am using swi-prolog and I can't get formatted io to work. I have been taught: fmt_read() and fmt_write() are those correct? Why isn't it working? Thanks
I am using swi-prolog and I can't get formatted io to work. I have been taught: fmt_read() and fmt_write() are those correct? Why isn't it working? Thanks
Oct 22, 2012 #2 joel76 Programmer Joined Aug 31, 2008 Messages 295 Location FR fmt_XXX are not in SWI-Prolog. Take a look at http://www.swi-prolog.org/pldoc/man?predicate=format/2 Upvote 0 Downvote