# hmmm.
define prope
  set $i = 0
  output rp[$i++]
end
document prope
  set $i = 0		<- do this
  output rp[$i++]	<- then one of these
  until rp[$i].typ == END <- then just keep hitting ret.
end
dir /bat/u1/mprof/mprof/src
