Musical scale: Difference between revisions

Content deleted Content added
m →‎{{header|REXX}}: reverted the change made to the section header, it's easier to read if lines are combined into one long line.
Why coders are not able to write MarkUp code?
Line 247: Line 247:
{{works with|PC/REXX}}
{{works with|PC/REXX}}
{{works with|Personal REXX}}
{{works with|Personal REXX}}
{{works with|Regina}}<lang rexx>/*REXX pgm sounds 8 notes of the C major natural diatonic music scale.*/
{{works with|Regina}}
<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*/