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

5 lines
244 B
Rexx

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 [+++]. */