4 lines
244 B
Rexx
4 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 [+++]. */
|