RosettaCodeData/Task/Substring/Ada/substring-1.ada

2 lines
55 B
Ada

type String is array (Positive range <>) of Character;