Pascal's triangle: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: added comments in the header section about creating a disk file vs. displaying the triangle. -- ~~~~)
m (→‎{{header|F#}}: header cleanup)
Line 642: Line 642:
{1,9,36,84,126,126,84,36,9,1}
{1,9,36,84,126,126,84,36,9,1}


=={{header|F#}}==
=={{header|F Sharp|F#}}==
<lang fsharp>let rec nextrow l =
<lang fsharp>let rec nextrow l =
match l with
match l with