Sort an integer array: Difference between revisions

m
→‎sort an array: elided an errant blank.
m (→‎sort an array: elided an errant blank.)
Line 1,420:
===sort an array===
This REXX version creates an array with over a score of Euler numbers (integers), then sorts it.
<lang rexx>/*REXX program sorts (E-sort) an arraarray y (which contains integers). */
numeric digits 30 /*handle larger Euler numbers. */
@. = 0 /*default for all Euler numbers. */