List comprehensions: Difference between revisions

Content added Content deleted
m (→‎{{header|11l}}: removed syntaxhighlight)
Line 275: Line 275:
end mReturn</syntaxhighlight>
end mReturn</syntaxhighlight>
{{Out}}
{{Out}}
<syntaxhighlight lang="applescript">{{3, 4, 5}, {5, 12, 13}, {6, 8, 10}, {7, 24, 25}, {8, 15, 17}, {9, 12, 15}, {12, 16, 20}, {15, 20, 25}}</syntaxhighlight>
<pre>{{3, 4, 5}, {5, 12, 13}, {6, 8, 10}, {7, 24, 25}, {8, 15, 17}, {9, 12, 15}, {12, 16, 20}, {15, 20, 25}}</pre>


=={{header|Arturo}}==
=={{header|Arturo}}==