Created
November 13, 2017 10:08
-
-
Save db93n2/aa91cf602532f358ca9ea913c5b9a50a to your computer and use it in GitHub Desktop.
(autohotkey) - wrap a string in quotes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
quote(string) { | |
return """" string """" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.