Increment a numerical string
say '1234'.inc #=> '1235'
say '99'.inc #=> '100'
PreviousIncreasing gaps between consecutive Niven numbersNextIndex finite lists of positive integers
Last updated
Was this helpful?
say '1234'.inc #=> '1235'
say '99'.inc #=> '100'
Last updated
Was this helpful?