Trabb Pardo–Knuth algorithm: Difference between revisions

m
→‎{{header|REXX}}: change a comment.
(+Dyalog APL)
m (→‎{{header|REXX}}: change a comment.)
Line 2,568:
 
=={{header|REXX}}==
The REXX language doesn't have a &nbsp; '''sqrt''' &nbsp; function, so a RYO version is included here. &nbsp; &nbsp; ['''RYO''' &nbsp; = &nbsp; '''<u>R'''</u>oll '''<u>Y'''</u>our '''<u>O'''</u>wn.]
<br><br>It could be noted that almost half of this program is devoted to prompting, parsing and validating of the (input) numbers,
<br>not to mention some hefty code to support right-justified numbers such that they are aligned when displayed.