I have a script with long lines. Is it possible to break the lines to make the script easier to read? Does AutoIt have something like a "line continuation character" (e.g. \) that can be used to break long lines into smaller pieces? Here is an example:
ControlSend("some very long text", \
$variable,"more text")