Displaying all the members of database in Prolog
问题 I'm trying to make a predicate "find_recipe" which fetches a list of ingredients based on the name of the recipe, given by the user. I defined 3 recipes and am trying to first show a prompt for a user, let the user enter the recipe name, and then next few lines which are commented out should handle fetching the designated recipe, and lastly the line beginning with format will print out the result. recipe('Makaronilaatikko', ['macaroni', 'potato', 'onion', 'cheese', 'milk', 'egg', 'minced meat