9 ElseIf ${1:condition} Then
13 If ${1:condition} Then
18 # If/ElseIf/Else block
20 If ${1:condition 1} Then
22 ElseIf ${3:condition 2} Then
29 Switch (${1:condition})
37 Select (${1:condition})
45 While (${1:condition})
50 For ${1:n} = ${3:1} to ${2:count}
55 Func ${1:fname}(${2:`indent('.') ? 'self' : ''`}):
60 MsgBox(${3:MsgType}, ${1:"Title"}, ${2:"Message Text"})
63 MsgBox(0, "Debug", ${1:"Debug Message"})
64 # Show Variable Debug Message
66 MsgBox(0, "${1:VarName}", $1)