RosettaCodeData/Task/Scope-modifiers/Ada/scope-modifiers-3.ada

5 lines
142 B
Ada
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
package body P is
-- The implementation of P, invisible to anybody
procedure W (X : in out T); -- Operation used only internally
end P;