Cut a rectangle: Difference between revisions

Content added Content deleted
(Undo revision 269078 by Petelomax (talk))
m (→‎optimized: added wording to the output section header.)
Line 2,404: Line 2,404:
@.t=@.t - 1
@.t=@.t - 1
_=len - t; @._=@._ - 1; return</lang>
_=len - t; @._=@._ - 1; return</lang>
{{out|output|text=&nbsp; is the same as the idiomatic version.}} <br><br>
{{out|output|text=&nbsp; is the same as the idiomatic version &nbsp; (above).}} <br><br>


=={{header|Ruby}}==
=={{header|Ruby}}==