Concept Flow - Settype for changing types
Start with variable
Call settype(var, type)
Change variable type
Variable now has new type and value
Use variable with new type
The flow shows how settype changes a variable's type and value, then you use the variable with its new type.