1. what is different between:
Code:
Set Variable: "bob" = 5
and
Code:
bob = 5
i have read a few things and not much describing how thay are different.
2. Var is like a temporary Variable right? so it deletes itself once it's used right?