RosettaCodeData/Task/Increment-a-numerical-string/Rye/increment-a-numerical-string.rye

3 lines
46 B
Text
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
"11" .to-integer .inc .to-string
.dump .print