SOUND.REX: Difference between revisions

Move to REXX library routines category
(added the SOUND.REX (REXX subroutine). -- ~~~~)
 
(Move to REXX library routines category)
 
(One intermediate revision by one other user not shown)
Line 1:
This is the   '''SOUND.REX'''   (REXX) program.
<br>It is used by other REXX programs to issue sounds through the PC speaker.
<lang rexx>/**/trace o; parse arg !; if !all(arg()) then exit
if !cms then address ''
Line 26 ⟶ 27:
novalue:!sigl=sigl;call er 17,!fid(2) !fid(3) !sigl condition('D') sourceline(!sigl)
syntax:!sigl=sigl;call er 13,!fid(2) !fid(3) !sigl !cal() condition('D') sourceline(!sigl)</lang>
 
[[Category:REXX library routines]]
10,333

edits