ARexx test script

This commit is contained in:
Carsten Sonne Larsen 2021-01-11 21:01:49 +01:00
parent 524f83f22f
commit 538ad4ac23
1 changed files with 4 additions and 0 deletions

4
arexx/test.rx Normal file
View File

@ -0,0 +1,4 @@
/* Test program */
Options RESULTS
Address AMATH.1 '1.1+1.8'
SAY (RESULT)