3 lines
102 B
Ada
3 lines
102 B
Ada
package Numeric_Tests is
|
|
function Is_Numeric (Item : in String) return Boolean;
|
|
end Numeric_Tests;
|