Pascal matrix generation: Difference between revisions

m
→‎{{header|Phix}}: pp_StrFmt tweaks
m (→‎{{header|Sidef}}: Fix link: Perl 6 --> Raku)
m (→‎{{header|Phix}}: pp_StrFmt tweaks)
Line 2,720:
end function
 
ppOpt({pp_Nest,1,pp_StrFmtpp_IntCh,-2false,pp_IntFmt,"%2d"})
puts(1,"=== Pascal upper matrix ===\n")
pp(pascal_upper(5))
7,806

edits