RosettaCodeData/Task/Increment-a-numerical-string/AutoHotkey/increment-a-numerical-string.ahk

3 lines
30 B
AutoHotkey
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
str = 12345
MsgBox % str += 1