IF TEST = 1 { ASSIGN Example1 = "8013203437" ASSIGN Example2 = 2357.984 ASSIGN Example3 = "Jackpotfishypoopypants" } //Returns the length of the textual representation of the variable’s value. //FOR instance, IF the value is a number like 1234.56, the length will be 7. ASSIGN Ex1Len = Example1.length ASSIGN Ex2Len = Example2.length ASSIGN Ex3Len = Example3.length