Jump to content

Pascal's triangle: Difference between revisions

Line 4,592:
 
=={{header|Picat}}==
<lang Picat></lang>
spatr([]) = [].
spatr([_|T]) = A, T = [] => A = [].
Line 4,614:
[1,9,36,84,126,126,84,36,9,1]
[1,10,45,120,210,252,210,120,45,10,1]
</lang>
 
=={{header|PicoLisp}}==
5

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.