improved String.is_nat

This commit is contained in:
HyagoFellipee 2022-05-24 14:24:20 -03:00
parent e86c66e50e
commit 6d8efbcf03

View File

@ -5,4 +5,5 @@ String.is_nat(str: String): Bool
true: String.is_nat(str.tail)
false: false
}
}
}