RosettaCodeData/Task/Increment-a-numerical-string/LOLCODE/increment-a-numerical-string.lol
2023-07-01 13:44:08 -04:00

7 lines
92 B
Text

HAI 1.3
I HAS A foo ITZ "1234"
foo R SUM OF foo AN 1
VISIBLE foo BTW, prints 1235
KTHXBYE