separate( pack2 ) Procedure Proc is Begin for i in 1..10 loop tab( i + 30*Integer( current) ) := 1; end loop; End ;