7 lines
182 B
Rexx
7 lines
182 B
Rexx
lf = '0A'x
|
|
cr = '0D'x
|
|
|
|
mmm = '01 02 03 34 ee'x
|
|
ppp = 'dead beaf 11112222 33334444 55556666 77778888 00009999 c0ffee'X
|
|
|
|
lang = '52455858'x /*which is "REXX" on ASCII-computers.*/
|