mirror of
https://github.com/AdaCore/PolyORB.git
synced 2026-02-12 13:01:15 -08:00
7 lines
131 B
Ada
7 lines
131 B
Ada
package Types is
|
|
pragma Pure;
|
|
|
|
type Word is new String (1 .. 16);
|
|
procedure Set (W : in out Word; S : String);
|
|
end Types;
|