Jump to content

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

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

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.