Program
:- dynamic(chosen_meats/2). test :- asserta(chosen_meats(chicken, roast)), chosen_meats(Meat, _), alert(Meat). % Just for the alert :- use_module(library(js)). alert(Text) :- prop(alert, Alert), apply(Alert, [Text], _).
HTML
Only queries executed under this tab will be drawn.
Query limit: max-answers:
Theme:
  • agate
  • black-white
  • brewer
  • default
  • dracula
  • floper
  • mono-blue
  • monokai
  • tomorrow