Changeset 4179 for trunk/libpaths

Show
Ignore:
Timestamp:
03/31/08 07:34:15 (9 months ago)
Author:
pmoura
Message:

Added a new example, "ack", implementing the Ackermann function (general recursive function).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/libpaths/libpaths.pl

    r4137 r4179  
    1414     assertz(logtalk_library_path(examples, lgtuser('examples/'))), 
    1515     assertz(logtalk_library_path(library, lgtuser('library/'))), 
     16     assertz(logtalk_library_path(ack, examples('ack/'))), 
    1617     assertz(logtalk_library_path(aliases, examples('aliases/'))), 
    1718     assertz(logtalk_library_path(assignvars, examples('assignvars/'))),