Musical scale: Difference between revisions

Content deleted Content added
Walterpachl (talk | contribs)
Walterpachl (talk | contribs)
m →‎{{header|REXX}}: changed remark on ooRexx (which IS another Rexx)
Line 243: Line 243:
{{works with|Personal REXX}}
{{works with|Personal REXX}}
{{works with|Regina}}
{{works with|Regina}}
{{does not work with|ooRexx}}
<br>See ooRexx above for an adapted version.
<lang rexx>/*REXX pgm sounds 8 notes of the C major natural diatonic music scale.*/
<lang rexx>/*REXX pgm sounds 8 notes of the C major natural diatonic music scale.*/
parse arg !; if !all(arg()) then exit /*determine which REXX is running*/
parse arg !; if !all(arg()) then exit /*determine which REXX is running*/