Rcr: request for __DATA__ besides __END__

Hi,

in ruby there is __END__, and one can put data after that line. now
what if i want to put non-data related info thereafter..

my request would be that ruby use __DATA__ as complement to __END__
. DATA word is very easy to remember.

if __DATA__ is placed before __END__, it will not usurp __END__ and
lines below it. very handy. no clashing.

thank you and best regards
-botp