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