%begin
  %integer sheila
  %integername bert
  %integermap fred
    %result == bert
  %end
  sheila = 1
  bert == sheila
  fred = 1
%endofprogram