Idiomatically determine all the characters that can be used for symbols: Difference between revisions

Content added Content deleted
(reinstated version 2 of a REXX program (suitable for ooRexx))
(→‎version 1: executed using ooRexx :-))
Line 161: Line 161:
symbol characters: !#$.0123456789?@ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyzÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£áíóúñÑ╡╢╖╞╟╨╤╥╙╘╒╓╫╪▐αßΓπΣσµτΦΘΩδ∞φ
symbol characters: !#$.0123456789?@ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyzÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£áíóúñÑ╡╢╖╞╟╨╤╥╙╘╒╓╫╪▐αßΓπΣσµτΦΘΩδ∞φ
</pre>
</pre>

Using ooRexx (since I've been asked) shows it doesn't work.
{{out}}
<pre> 2 *-* @
Error 13 running D:\v1.rex line 2: Invalid character in program
Error 13.1: Incorrect character in program "@" ('40'X)
</pre>
Thus I've added version 2.

===version 2===
===version 2===
This is to show what ooRexx' result is for this REXX program. Cf. the ooRexx section.
This is to show what ooRexx' result is for this REXX program. Cf. the ooRexx section.