Thursday 27 August 2015

What is Set and Let?

Set: 

this command assigns the variable the text to the right of equal sign. 

Let: 

assigns the variable whereas Let command evaluates expression. 
Ex. Set Variable name = String 
     Let variable name= operation

Share this

0 Comment to "What is Set and Let?"

Post a Comment