RosettaCodeData/Task/String-append/AutoHotkey/string-append.ahk

4 lines
40 B
AutoHotkey

s := "Hello, "
s .= "world."
MsgBox % s