Bin given limits: Difference between revisions

m
→‎{{header|ALGOL 68}}: Small change to the output
(Added Algol 68)
m (→‎{{header|ALGOL 68}}: Small change to the output)
Line 393:
bin number +:= 1
OD;
print( ( "> > ", whole( limits[ UPB limits ], -4 )
, ": ", whole( bins[ UPB bins ], -4 )
, newline
Line 440:
>= 53 and < 67: 9
>= 67 and < 83: 5
> > 83: 13
 
data set 2
Line 453:
>= 591 and < 634: 6
>= 634 and < 720: 16
> > 720: 59
</pre>
 
3,044

edits