RosettaCodeData/Task/Increment-a-numerical-string/LOLCODE/increment-a-numerical-string.lol

8 lines
92 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
HAI 1.3
I HAS A foo ITZ "1234"
foo R SUM OF foo AN 1
VISIBLE foo BTW, prints 1235
KTHXBYE