I am using prolog to act as a database. My facts are all of the structure relation(Name,Type,Weight), with weight being floats.
I want to write a rule and query to write all relations with a weight greater than an input weight to the screen. I can get it to write one, here is what I have so...