Jump to content

Write language name in 3D ASCII: Difference between revisions

m
→‎block characters: added a comment to the REXX section header.
m (→‎simpler, shorter: used a template for the output section.)
m (→‎block characters: added a comment to the REXX section header.)
Line 2,698:
=={{header|REXX}}==
===block characters===
The REXX program works in   '''ASCII'''   or   [[:wp:EBCDIC|'''EBCDIC''']].
<br><br>It's astonishing how much time I <del>wasted</del> spent on this program.
<br>Most of the time was spent on writing comments, but the code was so easy to read, so the comments were elided. &nbsp; <font size=8> ☺ </font>
 
<lang rexx>/*REXX program that displays a "REXX" 3D "ASCII art" as a logo. */
This REXX has been used as part of a test suite for some REXX interpreters to stress test their syntax parser.
<lang rexx>/*REXX program that displays a "REXX" 3D "ASCII art" as a logo. */
signal . /* Uses left-hand shadows, slightly raised view.
0=5~2?A?2?A?
Line 2,729 ⟶ 2,731:
changestr(arg(1),_,arg(2))</lang>
Some older REXXes don't have a &nbsp; '''changestr''' &nbsp; BIF, so one is included here &nbsp; ──► &nbsp; [[CHANGESTR.REX]].
 
'''output'''
{{out|output|text=&nbsp; when using the internal default input:}}'''output'''
<pre>
________________ _____________ ____ ____ ____ ____
Cookies help us deliver our services. By using our services, you agree to our use of cookies.