total=x+y;
total
.
The plus sign, another special-character token, marks the end of the
name token x
. The last special-character
token, the semicolon, marks the end of the y
token.
Though blanks are not needed to end any tokens in this example, you
can add them for readability, as shown here:
total = x + y;
input group 15 room 20;