Averages/Arithmetic mean: Difference between revisions

m
→‎{{header|Oz}}: this isn't an Oz example, but appears to be a ooRexx program. -- ~~~~
(→‎{{header|Oz}}: New ooRexx version)
m (→‎{{header|Oz}}: this isn't an Oz example, but appears to be a ooRexx program. -- ~~~~)
Line 1,322:
 
=={{header|Oz}}==
{{incorrect|Oz| this isn't an Oz example.}}
<lang ooRexx>
call testAverage .array~of(10, 9, 8, 7, 6, 5, 4, 3, 2, 1)