Floyd's triangle: Difference between revisions

Removed printing of list of values.
m (→‎{{header|Haskell}}: Replaced an arrow with an applicative)
(Removed printing of list of values.)
Line 3,235:
stdout.write align($x, colspace[i])," "
echo ""
 
echo floyd()
 
for i in [5, 14]:
Line 3,242 ⟶ 3,240:
echo ""</lang>
Output:
<pre> 1
<pre>@[@[1], @[2, 3], @[4, 5, 6], @[7, 8, 9, 10], @[11, 12, 13, 14, 15]]
1
2 3
4 5 6
Anonymous user