The Sidef programming language
Search...
Ctrl + K
Programming tasks
I
Increment a numerical string
Copy
say
'1234'
.
inc
#=> '1235'
say
'99'
.
inc
#=> '100'
Previous
Increasing gaps between consecutive Niven numbers
Next
Index finite lists of positive integers
Last updated
1 year ago