Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
13
Task/Literals-String/AutoHotkey/literals-string.ahk
Normal file
13
Task/Literals-String/AutoHotkey/literals-string.ahk
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
"c" ; character
|
||||
"text" ; string
|
||||
hereString = ; with interpolation of %variables%
|
||||
(
|
||||
"<>"
|
||||
the time is %A_Now%
|
||||
\!
|
||||
)
|
||||
|
||||
hereString2 = ; with same line comments allowed, without interpolation of variables
|
||||
(Comments %
|
||||
literal %A_Now% ; no interpolation here
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue