tw1905.pp 172 B

12345678910
  1. { %fail }
  2. procedure proc_value_smallset(smallset : set of tsmallset);
  3. begin
  4. if [A_A,A_D] in smallset then
  5. global_u8bit := RESULT_U8BIT;
  6. end;
  7. begin
  8. end.