@ tefigel interface(PROCESSOR) | Apply specified PROCESSOR (a tefigel macro) to | each item of list __JCMEMBERS__, which is a | semicolon-separated list of slash-separated records. | Check for existence of specified processor. set PROCESSOR=JAVAPPLIB/PROCESSOR set FILE_EXISTS=$file_readable(PROCESSOR) if FILE_EXISTS word_list_process(__JCMEMBERS__,PROCESSOR,;) else warning(property list processor "PROCESSOR" not found) endif