a := 5
c = a
OutputValue(c)
return

OutputValue(v) {
MsgBox, % v ":" %v%
}