/* This file tests and demonstrates some features of XDME and AREXX */ OPTIONS RESULTS address 'XDME.2' 'rxresult $filename' say 'The actual filename is ' RESULT 'projectinfo' say 'The actual project is ' RESULT 'rxresult $file' say 'The actual file is ' RESULT 'rxresult $path' say 'The actual path is ' RESULT