Help for this page

Select Code to Download


  1. or download this
    on(red_box, table).
    on(glove, red_box).
    on(blue_box, table).
    on(baseball, blue_box).
    
  2. or download this
    ?- on(X,Y),on(Y,Z).
    
  3. or download this
    gives(ovid,book(learning_perl,[merlyn,rootbeer],publisher(o_reilly),th
    +ird_edition),grep).