After I load a pl file to SWI-Prolog with consult('filename') how could I re-load it by using keyboard ? I read that it possible with ctr b but it doesn’t work .
I use SWI-Prolog version 6.2.6 .
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Call the predefined
make/0predicate. It will reload all of your changed source files.More information here: http://www.swi-prolog.org/pldoc/man?predicate=make/0