Pascal's triangle: Difference between revisions

m
Line 864:
 
=={{header|Ursala}}==
Results are calculated using the library function for
combinations, choose.
Zero maps to the empty list. Negatives are inexpressible.
This solution uses a library routinefunction for binomial coefficients.
<lang Ursala>#import std
#import nat
Anonymous user