First class environments: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: changed font size for an output section.)
m (→‎{{header|REXX}}: reduced the font size to 75% for the first output section.)
Line 1,714: Line 1,714:
if _==1 then return ''; @.0=0; if _//2 then return _*3+1; return _%2</lang>
if _==1 then return ''; @.0=0; if _//2 then return _*3+1; return _%2</lang>
{{out|output|text=&nbsp; when using the default input:}}
{{out|output|text=&nbsp; when using the default input:}}

<pre>
(Shown at three-fourths size.)
<pre style="font-size:75%>
1 2 3 4 5 6 7 8 9 10 11 12
1 2 3 4 5 6 7 8 9 10 11 12
── ── ── ── ── ── ── ── ── ── ── ──
── ── ── ── ── ── ── ── ── ── ── ──