Pascal's triangle: Difference between revisions

m
→‎{{header|REXX}}: increased the maximum line triangle in header section comment. -- ~~~~
m (→‎{{header|REXX}}: added comment about pratical limits for lines in a triangle. -- ~~~~)
m (→‎{{header|REXX}}: increased the maximum line triangle in header section comment. -- ~~~~)
Line 1,961:
 
=={{header|REXX}}==
There is no pratical limit for this version, triangles up to 4546 lines have been generated in a window.
<br>window 620 pixels wide.
<lang rexx>/*REXX program to display Pascal's triangle, neatly centered/formatted.*/
/*AKA: Yang Hui's ▲, Khayyam-Pascal ▲, Kyayyam ▲, Tartaglia's ▲ */