Strategy details
|
ATerm
|
include-files-complex
|
Complex inclusion of files. Uses the simple evaluation strategyto get as many files as possible. Does not fail when a file-name cannotbe found. Fills a newly created environment with the newly included files.
|
|
ATerm
|
include-files-simple
|
Simple inclusion of files. Only matches the direct stringsand includes the files it finds. Fills a newly createdenvironment with the newly included files.
|
|
ATerm
|
print-included-files(Strategy s, ATerm post-fix)
|
File
|
files.str
|
Author
|
unknown
|
Since
|
unknown
|
|
Parameters
Strategy
s
|
post-fix The string that is to be added after every filename
|
|
Printing of included files. This will print all included files in thesame directory with a certain post-fix. This post-fix must be given.
|
|