Variables Assignment:-
All types can be assigned to named variables Named variables can be 1 to 63 characters long identifiers, starting with [A-Z|_] and further consisting from additional [A-Z|0- 9|_] characters, up to 63 characters, which are not case sensitive.
Assignment is not more than
Left Side (Variable Name) = Right Side (Value)
Like in Math
Component Address:-
Domain (Variables)
Component (Assignment)
Example:-
We declare two variables the first is (Name) and its value is (Mahmoud)
While the second are (Age) and its value is (21).
Then we display the values of the variables
As we do in displaying a string on the screen
But variables names written directly without double coition

Domain (Variables) – Component (Assignment)

Interaction Page of the assignment component
Since we need to use the same component more than one time
Then we click “Again” button instead of clicking “Ok” button

Interaction Page of the assignment component

The result of the interaction

Interaction Page

Interaction Page

Steps Tree

Interaction Page

The final – Steps Tree

The final application