source: branches/v2.9/classes/mm-progs/_pmtst/beep.rx

Last change on this file was 2, checked in by stevenhl, 8 years ago

Import sources from cwmm-full.zip dated 2005-03-21

File size: 355 bytes
Line 
1/* rexx - Change the details and sort class
2 of a folder to use MMAudio instead of WPFileSystem */
3
4call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
5call SysLoadFuncs
6
7/* call RxMessageBox ARG(3) */
8
9 call beep 1000, 200
10 call beep 2000, 200
11 call beep 3000, 200
12theVar.0="Var contents is NIL"
13call testFunc theVar.
14 EXIT(0)
15
Note: See TracBrowser for help on using the repository browser.