Initial import of Scalos. To decrease size I have
[AROS-Contrib.git] / scalos / Plugins / OOP / wb39_plugin / wbrexx / rxtest4.rexx
blob79fbe56710911eda64aefac33577525dbb3d90ef
1 /* rxtest4.rexx */
3 OPTIONS RESULTS
5 IF ~SHOW(LIBRARIES,'rexxtricks.library') THEN
6 IF ~ADDLIB('rexxtricks.library',9,-30,38) THEN
7 quit('Cannot open rexxtricks.library!',10)
9 IF ~SHOW('LIBRARIES','rexxreqtools.library') THEN
10 IF ~ADDLIB('rexxreqtools.library',9,-30,0) THEN
11 quit('Cannot open rexxreqtools.library!',10)
13 IF ~SHOW('LIBRARIES','rexxdossupport.library') THEN
14 IF ~ADDLIB('rexxdossupport.library',9,-30,0) THEN
15 quit('Cannot open rexxdossupport.library!',10)
17 erg = rtezrequest("Test Request?","_Yes|_No","RxTest4.rexx",)
18 say "Result was " || erg