home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / huprolog_1 / Guide / Extras / in_last < prev    next >
Encoding:
Text File  |  1994-12-13  |  58 b   |  2 lines

  1. insert_last(X,List1,List2) :-
  2.       conc(List1,[X],List2).