AHK-v2-script-converter
AHK-v2-script-converter copied to clipboard
removed keywords aren't removed if already converted
this
f = %A_FormatFloat%
converts to
f := A_FormatFloat
even though A_FormatFloat
is supposed to be removed
if the original assignment had used :=
instead, then it would be removed correctly