List comprehensions: Difference between revisions

m
→‎vertical list: added the showing of a blank line in the output.
m (→‎horizontal list: changed whitespace in the output.)
m (→‎vertical list: added the showing of a blank line in the output.)
Line 2,039:
end /*b*/
end /*a*/
#= words($); sat
do j=1 for #
say left('', 20) word($, j) /*display a member of the list, */
Line 2,048:
<pre style="height:45ex">
Pythagorean triples (a² + b² = c², c ≤ 100):
 
{3,4,5}
{5,12,13}