Help for this page

Select Code to Download


  1. or download this
    rule find-max
    1:( value ?id1 ?X )
    2!( value ?id2:{ ?id2 != ?id1 } ?Y:{ ?Y > ?X } )
    =>
    etc...