RosettaCodeData/Task/Multi-dimensional-array/REXX/multi-dimensional-array-2.rexx

5 lines
244 B
Rexx
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
a = '"' /*set variable A to a quote character ["]. */
b = '~' /*set variable B to a tilde character [~]. */
h.a.b = '+++' /*set variable H.".~ to three pluses [+++]. */